Quote:
Originally Posted by meranti1995
Quote:
D:\Serversamp\gamemodes\kuki.pwn(155) : error 017: undefined symbol "Logged"
D:\Serversamp\gamemodes\kuki.pwn(155) : warning 215: expression has no effect
D:\Serversamp\gamemodes\kuki.pwn(155) : error 001: expected token: ";", but found "]"
D:\Serversamp\gamemodes\kuki.pwn(155) : error 029: invalid expression, assumed zero
D:\Serversamp\gamemodes\kuki.pwn(155) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
|
Line 155 : if(Logged[playerid] == 1)
|
not much info here but im guessing there is no variable named "Logged" in that namespace
double check that.
note, namespace as in the area between the brackets { } of a function for example