error 076: syntax error in the expression, or invalid function call
#1

I'm getting the error on my /stats. Wonder what's happening.

Код:
CMD:stats(playerid,params[])
{
	new string[128];
 	format(string,sizeof(string),"[Ime i prezime: %i] [Spol: %i] [Dob: %i] [Novac: %i][PayDay: %i] [Respekti: %i] [Level: %i]",PlayerName,PlayerInfo[playerid][pSex],PlayerInfo[playerid][pAge],PlayerInfo[playerid][pCash],PlayerInfo[playerid][pPaytime],PlayerInfo[playerid][pRespekti],GetPlayerScore(playerid)); 
 	SendClientMessage(playerid,COLOR_LIGHTBLUE,string); //Ispisuje poruku u COLOR_LIGHTBLUE boji
 	return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)