18.09.2013, 22:28
Hello everyone, I was trying to create a register system recently and I am kinda stuck, I did everything follow this tutorial, and I am getting this errors:
And here are the error lines: (In order like in the error code)
And this is the tutorial.
How do I fix that? Thanks in advance.
P.S. - I am new to scripting so go easy on me lol.
pawn Код:
C:\Users\xxx\Desktop\Hazard Gaming\gamemodes\xxx.pwn(292) : error 017: undefined symbol "UserPath"
C:\Users\xxx\Desktop\Hazard Gaming\gamemodes\xxx.pwn(294) : error 017: undefined symbol "UserPath"
C:\Users\xxx\Desktop\Hazard Gaming\gamemodes\xxx,pwn(307) : error 017: undefined symbol "UserPath"
C:\Users\xxx\Desktop\Hazard Gaming\gamemodes\xxx.pwn(673) : error 017: undefined symbol "UserPath"
C:\Users\xxx\Desktop\Hazard Gaming\gamemodes\xxx.pwn(695) : error 017: undefined symbol "UserPath"
pawn Код:
if(fexist(UserPath(playerid))
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
new INI:File = INI_Open(UserPath(playerid));
new INI:File = INI_Open(UserPath(playerid));
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
And this is the tutorial.
How do I fix that? Thanks in advance.
P.S. - I am new to scripting so go easy on me lol.


