22.02.2011, 22:05
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;
}
}