15.05.2012, 15:05
Remove the function strtok and isNumeric because it is already defined in your script or it is in any of the includes.
Paste line 379.
While for the declaration errors do it like this:
Add these lines anywhere in your gm but not in callbacks.
Paste line 379.
While for the declaration errors do it like this:
pawn Код:
forward OnVehicleDamageStatusUpdate(vehicleid);
forward OnUnoccupiedVehicleUpdate(vehicleid);
forward OnPlayerTakeDamage(playerid);
forward OnPlayerGiveDamage(playerid);