25.01.2017, 15:13
(
Последний раз редактировалось Codeah; 27.09.2017 в 14:17.
)
Код:
new string[128], pName[MAX_PLAYER_NAME]; // 1 GetPlayerName(playerid,pName,MAX_PLAYER_NAME); format(string,sizeof(string)," %s has joined the server",pName); // 2 SendClientMessageToAll(-1,string);
2. Missed end quote and sizeof string = sizeof(string)