SA-MP Forums Archive
Help me to fix this error 029,017,001 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me to fix this error 029,017,001 (/showthread.php?tid=652382)



Help me to fix this error 029,017,001 - meranti1995 - 09.04.2018

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)


Re: Help me to fix this error 029,017,001 - CutX - 09.04.2018

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