30.06.2017, 23:29
Why i can't see full player name who type command
Код:
new string[128], name[75];
GetPlayerName(playerid, name, 75);
format(string,sizeof(string),"{B5B5B5}%s(%d): has used command %s",name[playerid],playerid,cmdtext);
for(new i=0;i<MAX_PLAYERS;i++)
{
if(pInfo[i][pLevel] > 1)
SendClientMessage(i,-1,string);
}
return 1;
}

