![]() |
#1 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Feb 2016
Posts: 1,013
Reputation: 155
|
![]()
took me time thinking to release this system or not ...
Commands: Player Commands:
Administrator Commands:
Requirements: Streamer - Incognito MySQL - BlueG/maddinat0r Foreach - Kar/Y_Less SSCANF2 - Y_Less/maddinat0r/Emmet_ Command Processor - SickAttack Bugs: Nothing found yet, If you found please post here. Download: ClickHere! - GitHub Special Thanks: AndySedeyn; Improvements and some fixes. Konstantinos; Improvements and some fixes. Enjoy, Hope you like it. Last edited by oMa37; 01/01/2017 at 02:29 PM. |
![]() |
![]() |
![]() |
#2 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Oct 2015
Posts: 2,056
Reputation: 494
|
![]()
Nice one
![]() |
![]() |
![]() |
![]() |
#3 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2015
Location: Pakistan
Posts: 1,571
Reputation: 290
|
![]()
'oly fu' dude - can't rep :3
|
![]() |
![]() |
![]() |
#4 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Oct 2009
Location: Espaņa
Posts: 684
Reputation: 9
|
![]()
Great!
|
![]() |
![]() |
![]() |
#5 |
Banned
![]() Join Date: Oct 2016
Location: Lebanon,Beirut Rank: SA-MP Scripter
Posts: 582
Reputation: 53
|
![]()
i like it thanks
![]() |
![]() |
![]() |
![]() |
#6 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jul 2016
Location: Kingdom of Morocco // Tangier
Posts: 1,300
Reputation: 266
|
![]()
noice
|
![]() |
![]() |
![]() |
#7 |
Guest
Posts: n/a
|
![]()
So you've listened to my suggestion... good job tho!
|
![]() |
![]() |
#8 |
Spam Machine
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Dec 2011
Posts: 11,970
Reputation: 1394
|
![]()
I know it might be easier to re-upload the .pwn file again but pushing commits will be better for reviewing the changes.
The filterscript is nice and I know you will eventually change few other things to improve it so I always appreciate you take into consideration most of my suggestions! PS: Another version for R40+ would be good as well. |
![]() |
![]() |
![]() |
#9 |
Huge Clucker
![]() ![]() ![]() Join Date: Nov 2016
Posts: 284
Reputation: 0
|
![]()
How to Do it? i mean how to instill it to mySQL I Already have mysql datebase
|
![]() |
![]() |
![]() |
#10 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Aug 2016
Posts: 567
Reputation: 73
|
![]()
Hey, isn't this a bad thing to do According to: (http://forum.sa-mp.com/showthread.php?t=420363)
Code:
new query[500]; mysql_format(mysql, query, sizeof(query), "UPDATE `Vehicles` SET `vehName` = '%e', `vehOwner` = '%e', `vehLock` = %i, `vehModel` = %i,\ `vehPlate` = '%e', `vehMod_1` = %i, `vehMod_2` = %i, `vehMod_3` = %i, `vehMod_4` = %i, `vehMod_5` = %i, `vehMod_6` = %i, `vehMod_7` = %i,\ `vehMod_8` = %i, `vehMod_9` = %i, `vehMod_10` = %i, `vehMod_11` = %i, `vehMod_12` = %i, `vehMod_13` = %i, `vehMod_14` = %i, `vehColorOne` = %i,\ `vehColorTwo` = %i, `vehX` = %f, `vehY` = %f, `vehZ` = %f, `vehA` = %f WHERE `vehID` = %d", vInfo[vehicleid][vehName], vInfo[vehicleid][vehOwner], vInfo[vehicleid][vehLock], vInfo[vehicleid][vehModel], vInfo[vehicleid][vehPlate], vInfo[vehicleid][vehMod][0], vInfo[vehicleid][vehMod][1], vInfo[vehicleid][vehMod][2], vInfo[vehicleid][vehMod][3], vInfo[vehicleid][vehMod][4], vInfo[vehicleid][vehMod][5], vInfo[vehicleid][vehMod][6], vInfo[vehicleid][vehMod][7], vInfo[vehicleid][vehMod][8], vInfo[vehicleid][vehMod][9], vInfo[vehicleid][vehMod][10], vInfo[vehicleid][vehMod][11], vInfo[vehicleid][vehMod][12], vInfo[vehicleid][vehMod][13], vInfo[vehicleid][vehColorOne], vInfo[vehicleid][vehColorTwo], vInfo[vehicleid][vehX], vInfo[vehicleid][vehY], vInfo[vehicleid][vehZ], vInfo[vehicleid][vehA], vInfo[vehicleid][vehID]); mysql_tquery(mysql, query); return 1; } Edit: The limit for numberplates are 32 chars. why'd you save it as 16 chars,would that be enough? |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[FilterScript] Vehicle Ownership System (MySQL R39-2) | X337 | Filterscripts | 38 | 02/02/2019 12:48 PM |
[FilterScript] [E.V.O] Elite Vehicle Ownership [V1.0] [Dynamic Vehicle System] | DarkSkull | Filterscripts | 12 | 19/09/2018 05:21 AM |
Vehicle ownership system | Negat1Ve | Scripting Help | 5 | 30/10/2011 09:04 AM |
[FilterScript] [FS] Vehicle Ownership System | Zezombia | Filterscripts | 56 | 15/02/2011 07:45 AM |
Vehicle ownership system [GTA:RP] | Ivan_Pantovic | Help Archive | 1 | 21/04/2010 09:42 PM |