02.07.2014, 17:25
Hello what's wrong with this.
PHP код:
for(new i=0; i<MAX_PLAYERS; i++)
{
if(IsPlayerAdmin(i))
{
new name[24], ip[17], stt[100];
GetPlayerName(playerid,name,sizeof(name));
GetPlayerIp(playerid,ip,sizeof(ip));
format(stt,sizeof(stt),"%s joined the server(%s)", name,ip);
SendClientMessageToAll(Gray,str);
}


