04.02.2011, 02:15
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.
public OnPlayerText(playerid, text[])
{
if(text[0] == '!')
{
// Send Message..
return 0;
}
return 1;
}