[Ajuda] [Pawno] >Chat< quando alguem digita todo mundo ler
#2

pawn Код:
// Em OnplayerText
new Float:Pos[3],String[128],Nome[MAX_PLAYER_NAME];
    GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
    GetPlayerName(playerid, Nome, MAX_PLAYER_NAME);
    format(String, 128, "%s diz: %s", Nome,text);
    for(new i; i != GetMaxPlayers(); i++){if(IsPlayerInRangeOfPoint(i, 20, Pos[0], Pos[1], Pos[2])){SendClientMessage(i, -1, String);}}
Reply


Messages In This Thread
[Pawno] >Chat< quando alguem digita todo mundo ler - by [Dark]Danny_Uchiha - 03.03.2013, 16:04
Re: [Pawno] >Chat< quando alguem digita todo mundo ler - by MatheusAlcapone - 03.03.2013, 16:11
Re: [Pawno] >Chat< quando alguem digita todo mundo ler - by mau.tito - 03.03.2013, 16:12

Forum Jump:


Users browsing this thread: 1 Guest(s)