Possible to make stock of GetPlayerText?
#2

Do it like this
pawn Код:
public OnPlayerText(playerid, text[])
{
    format(String,sizeof(String),"%s says: %s",GetName(playerid),text);
    SendClientMessage(playerid,-1,String);
    return 1;
}
Reply


Messages In This Thread
Possible to make stock of GetPlayerText? - by Lirbo - 17.04.2014, 22:02
Re: Possible to make stock of GetPlayerText? - by awsomedude - 17.04.2014, 22:16

Forum Jump:


Users browsing this thread: 2 Guest(s)