Radius of talk
#4

pawn Код:
public OnPlayerText(playerid,text[]);
{
        new Name[MAX_PLAYER_NAME];
        GetPlayerName(playerid, Name, sizeof(Name));
        new string[128];
        format(string, sizeof(string), "%s says: %s",Name,text);
        ProxDetector(10.0, playerid,string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
        return 1;
}
And put that stock a guy posted above on bottom of your script NOT in any callback just past it at end of your script..
Reply


Messages In This Thread
Radius of talk - by CallumDaBest - 05.03.2014, 16:00
Re: Radius of talk - by XK - 05.03.2014, 16:24
Re: Radius of talk - by CallumDaBest - 05.03.2014, 16:43
Re: Radius of talk - by Lajko1 - 05.03.2014, 16:46
Re: Radius of talk - by XK - 05.03.2014, 18:20
Re: Radius of talk - by MP2 - 05.03.2014, 18:36
Re: Radius of talk - by Clad - 05.03.2014, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)