[Help] Setting a vehicle speed.
#1

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;
}
Reply


Messages In This Thread
[Help] Setting a vehicle speed. - by xXRealLegitXx - 12.05.2013, 02:50
Re: [Help] Setting a vehicle speed. - by BossZk - 12.05.2013, 07:45

Forum Jump:


Users browsing this thread: 1 Guest(s)