String problem
#1

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;
}
Reply


Messages In This Thread
String problem - by Mijata - 30.06.2017, 23:29
Re: String problem - by oMa37 - 30.06.2017, 23:33
Re: String problem - by Eoussama - 30.06.2017, 23:36

Forum Jump:


Users browsing this thread: 1 Guest(s)