04.03.2010, 13:23
Quote:
Originally Posted by [AC
Etch ]
k here is how its done , at the end of OnPlayerCommandText u will see a : return 0; } if u need to add ur own message , add in the end of OnPlayerCommandText : return SendClientMessage(playerid,COLOR,"Message"); } |