10.11.2018, 03:37
U must have missed a { or } and even maybe u have added some letter in between the code... Like this if (pDrunkLefvelLast[playerid] != drunknew) u see its if (pDrunkLevelLast[playerid] != drunknew) but in code if it is like this then u get a bunch of errors
and by just removing the F from the code see this
.. i think it is all about { and } just go through it once checking all the brackets
Quote:
C:\Users\Rajat\Desktop\pG\pG\pawno\fpsnew.pwn(32) : error 017: undefined symbol "pDrunkLefvelLast" C:\Users\Rajat\Desktop\pG\pG\pawno\fpsnew.pwn(32) : warning 215: expression has no effect C:\Users\Rajat\Desktop\pG\pG\pawno\fpsnew.pwn(32) : error 001: expected token: ";", but found "]" C:\Users\Rajat\Desktop\pG\pG\pawno\fpsnew.pwn(32) : error 029: invalid expression, assumed zero C:\Users\Rajat\Desktop\pG\pG\pawno\fpsnew.pwn(32) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Quote:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase |