How to make a chat?
#4

Something like this;

pawn Код:
new string[2][MAX_PLAYER_NAME];
    GetPlayerName(playerid,string[0],sizeof(string[]));
    GetPlayerName(playerid,string[1],sizeof(string[]));
    format(string[0],sizeof(string[]),"[%d]%s",playerid,string[0]);
    SendPlayerMessageToAll(playerid,text);
Reply


Messages In This Thread
How to make a chat? - by Remba - 29.01.2010, 17:41
Re: How to make a chat? - by Finn - 29.01.2010, 17:44
Re: How to make a chat? - by Remba - 29.01.2010, 17:52
Re: How to make a chat? - by jamesb93 - 29.01.2010, 17:54
Re: How to make a chat? - by Finn - 29.01.2010, 18:03
Re: How to make a chat? - by Remba - 29.01.2010, 18:27
Re: How to make a chat? - by Naruto4 - 29.01.2010, 18:37

Forum Jump:


Users browsing this thread: 2 Guest(s)