12.04.2013, 13:06
My server wont load since the GM has too many errors the errors are in the red line
I have no idea whats wrong, please help +rep
Код:
stock Path(playerid)
{
new str[128],name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(str,sizeof(str),UserPath,name);
return str;
}

