Some Help Please.
#1

Well ive come here for help on how to make teamchat using ! infront of your chat will send your message to anyone thats in your gang. If someone could help me would appreciate it thanks.
Reply
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(text[0] == '!')
    {
        // Send Message..
        return 0;
    }
    return 1;
}
Reply
#3

thanks man worked !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)