Help with radio
#2

To use the symbol like that, use OnPlayerText and something like this:

pawn Код:
public OnPlayerText(playerid, text[])
{
     if(text[0] == '@')
     {
              //Send your message here
             return 0;
     }
}
Reply


Messages In This Thread
Help with radio - by Jack_Rocker - 22.02.2011, 20:46
Re: Help with radio - by randomkid88 - 22.02.2011, 22:05

Forum Jump:


Users browsing this thread: 1 Guest(s)