16.08.2011, 22:51
[QUOTE=TheBluec0de;1351532]What we do wrong?
undefinied symbol pname...
undefinied symbol pname...
PHP код:
public OnPlayerConnect(playerid)
{
new Pname[MAX_PLAYER_NAME];
format(string, sizeof(string), "%s (ID: %d) has joined the server!", playerid, Pname);
SendClientMessageToAll(-1, string);
SendDeathMessage(INVALID_PLAYER_ID, playerid, 200);
return 1;
}