GetPlayerName help
#5

pawn Код:
public OnPlayerSpawn(playerid)
{
    GetPlayerName(playerid,name,24);
    if(!strcmp(name,"Michael",false)) SendClientMessageToAll(0x00FF00FF,"Michael has spawned!");
    return 1;
}
You already have
pawn Код:
new name[...];
Reply


Messages In This Thread
GetPlayerName help - by MichaelProPlayer - 09.05.2012, 09:13
Re: GetPlayerName help - by [MG]Dimi - 09.05.2012, 09:17
Re: GetPlayerName help - by MichaelProPlayer - 09.05.2012, 09:19
Re: GetPlayerName help - by JaKe Elite - 09.05.2012, 09:20
Re: GetPlayerName help - by [MG]Dimi - 09.05.2012, 09:22
Re: GetPlayerName help - by [ABK]Antonio - 09.05.2012, 09:24
Re: GetPlayerName help - by MichaelProPlayer - 09.05.2012, 09:27

Forum Jump:


Users browsing this thread: 2 Guest(s)