28.09.2009, 16:43
Hi
On spawn i do the following
This is placed under OnPlayerSpawn
The isbike function is if vehicle id = ( all bike id's ) then bike player = 1 else it adds the nitro , but on spawn with a tractor i didnt crash and i crashed with a packer. Nos Was added .
Can sombody help me with this problem
thanks in advance
On spawn i do the following
Код:
if(IsBike(vehicle[playerid])) { bike[playerid] = 1; } else { AddVehicleComponent(vehicle[playerid], 1010);//The nitro }
The isbike function is if vehicle id = ( all bike id's ) then bike player = 1 else it adds the nitro , but on spawn with a tractor i didnt crash and i crashed with a packer. Nos Was added .
Can sombody help me with this problem
thanks in advance