11.08.2009, 02:56
Here is the piece of script that contains the errors
http://pawno.pastebin.com/d68836762
here are the errors:
The script is suppost to a: reset the players weapons if he is not in the designated area, this works fine
b: explode their hydra/tank/hunter if they are out of the designated area, this is the part with the errors
PS: at the top under gamemodeinit i have : SetTimer("WeaponsVehicleCheck", 5000, 1); which works
http://pawno.pastebin.com/d68836762
here are the errors:
Код:
C:\Documents and Settings\Administrator\Desktop\SAMP\sampserver\gamemodes\Sky'sStunts'nStuff.pwn(718) : error 017: undefined symbol "playerid" C:\Documents and Settings\Administrator\Desktop\SAMP\sampserver\gamemodes\Sky'sStunts'nStuff.pwn(720) : error 017: undefined symbol "vehicleid" C:\Documents and Settings\Administrator\Desktop\SAMP\sampserver\gamemodes\Sky'sStunts'nStuff.pwn(722) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
b: explode their hydra/tank/hunter if they are out of the designated area, this is the part with the errors
PS: at the top under gamemodeinit i have : SetTimer("WeaponsVehicleCheck", 5000, 1); which works