אירורים :
PHP Code:
C:\Documents and Settings\Owner\My Documents\Gta Samp\GTA[1].San.Andreas_mor55\GTA.San.Andreas mor55\samp02Xserver.win32\filterscripts\Register.pwn(226) : error 010: invalid function or declaration
C:\Documents and Settings\Owner\My Documents\Gta Samp\GTA[1].San.Andreas_mor55\GTA.San.Andreas mor55\samp02Xserver.win32\filterscripts\Register.pwn(232) : error 010: invalid function or declaration
הפקודה :
PHP Code:
if(strcmp(cmd, "/Stats", true, == 0)
{
GetPlayerName(playerid,name,24);
format(pfile, sizeof pfile, "Lr/Users/%s.txt" ,name);
format(str,128,"Kills : %d | Death: %d | Level : %d " ,dini_Int(pfile,"Kills"), dini_Int(pfile,"Death"), dini_Int(pfile,"Level"));
SendClientMessage(playerid,COLOR_WHITE,str);
return 1;}
שורה 226 :
PHP Code:
if(strcmp(cmd, "/Stats", true, == 0)
שורה 232 :