C:\Users\Taha\Desktop\Cop System\filterscripts\cs.pwn(57) : error 017: undefined symbol "UPATH"
#1

Getting this error:
Код:
C:\Users\Taha\Desktop\Cop System\filterscripts\cs.pwn(57) : error 017: undefined symbol "UPATH"
Line 57:
PHP код:
    new string[128],playername[MAX_PLAYER_NAME];
    
GetPlayerName(playerid,playername,sizeof(playername));
    
format(string,sizeof(string),UPATH,playername); //This one 
While i have defined it:
Код:
#define UPATH "/Cops/%s.ini"
Reply
#2

Fixed it by placing the defined code under includes...
Reply
#3

Make Sure the define is on top of line 57
because it dosent read what was defined below it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)