12.05.2013, 02:50
For this, I want to create a command that boosts the player's vehicle's speed by 50 mph every time it is used. I tried to search for a function in SA:MP, but nothing came up. I know that this is possible as I have seen it done on many servers.
Код:
CMD:speed(playerid) { if(IsPlayerInAnyVehicle(playerid)) { // Insert function here } return 1; }