GetPlayerName (Im a failure)Rep+ For help
#2

PHP код:
public OnPlayerText(playeridtext[])
{
    new 
string[128],pName[24];
    if(
PlayerInfo[playerid][pAdmin] < 6) return 1;
    
GetPlayerName(playerid,pName,sizeof(pName));
    
format(string,sizeof(string),""COL_RED"[Server Owner]"COL_WHITE" %s: %s",pName,text[0]);
    
SendClientMessageToAll(COLOR_WHITE,string);
    return 
0;

Reply


Messages In This Thread
GetPlayerName (Im a failure)Rep+ For help - by Azzeto - 15.11.2011, 19:22
Re: GetPlayerName (Im a failure)Rep+ For help - by [MG]Dimi - 15.11.2011, 19:26
Re: GetPlayerName (Im a failure)Rep+ For help - by [NoV]LaZ - 15.11.2011, 19:28
Re: GetPlayerName (Im a failure)Rep+ For help - by Azzeto - 15.11.2011, 19:31
Re: GetPlayerName (Im a failure)Rep+ For help - by fiki574 - 15.11.2011, 19:32
Re: GetPlayerName (Im a failure)Rep+ For help - by [MG]Dimi - 15.11.2011, 19:35

Forum Jump:


Users browsing this thread: 1 Guest(s)