SA-MP Forums Archive
Samp Errors Please Look - 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: Samp Errors Please Look (/showthread.php?tid=501229)



Samp Errors Please Look - Heaveens - 17.03.2014

[B][COLOR="Red"]Hey Brother Errors Samp
C:\Users\Neslihan\Desktop\NewCnR.pwn(262) : error 017: undefined symbol "Oyuncu"
C:\Users\Neslihan\Desktop\NewCnR.pwn(263) : error 017: undefined symbol "Oyuncu"

dini_IntSet(OyuncuData,"Level", Oyuncu[playerid][Level]);
dini_IntSet(OyuncuData, "Admin", Oyuncu[playerid][Admin]);


Re: Samp Errors Please Look - Keyhead - 17.03.2014

Have you defined Oyuncu like

pawn Код:
Oyuncu[MAX_PLAYERS][pInfo]



Re: Samp Errors Please Look - Arjanz - 17.03.2014

U need to define it and its fixed