04.04.2009, 21:08
Just remove the code.
Look in OnPlayerEnterVehicle and look for the vehicle ID 427.
Look for a code similar to this one:
Look in OnPlayerEnterVehicle and look for the vehicle ID 427.
Look for a code similar to this one:
Код:
if(IsPlayerInVehicle(playerid, 427)) { GivePlayerWeapon(playerid, 25, 100); SetPlayerArmour(playerid, 100.0); } return 1;