[HELP] Compiling problem
#4

This will not fix your problem but why do you use
pawn Код:
RepairVehicle(GetPlayerVehicleID(playerid));
When you allready have the vehicleid
pawn Код:
new vehicleid = GetPlayerVehicleID(playerid);
Just use
pawn Код:
RepairVehicle(vehicleid);
Reply


Messages In This Thread
[HELP] Compiling problem - by djvolt - 17.04.2010, 16:37
Re: [HELP] Compiling problem - by FreddeN - 17.04.2010, 16:42
Re: [HELP] Compiling problem - by djvolt - 17.04.2010, 16:45
Re: [HELP] Compiling problem - by FUNExtreme - 17.04.2010, 17:04
Re: [HELP] Compiling problem - by aircombat - 17.04.2010, 17:12

Forum Jump:


Users browsing this thread: 1 Guest(s)