04.12.2012, 19:36
Thanks
also now only have these errors
But in my other command after the command is executed it adds the value of 1 to the variable.
Command one is
pVariable++;
Then in the second command it checks if the value is not equal to 0
also now only have these errors
Код:
C:\Users\Scripting.Ash-PC\Desktop\Roleplay\filterscripts\Butcher.pwn(245) : error 017: undefined symbol "pVariable" C:\Users\Scripting.Ash-PC\Desktop\Roleplay\filterscripts\Butcher.pwn(245) : warning 215: expression has no effect C:\Users\Scripting.Ash-PC\Desktop\Roleplay\filterscripts\Butcher.pwn(252) : error 017: undefined symbol "pVariable" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
Command one is
pVariable++;
Then in the second command it checks if the value is not equal to 0