16.08.2011, 01:14
For an example.
But i also want it to send this message
So, if they type /sellectteam it will send them a message saying,
System: /Selectteam [Team]
Type /teams for list of teams.
I hope you guys understand.
pawn Код:
if(sscanf(params,"i",team)) SendClientMessage(playerid,COLOR_RED,"System: /selectteam [Team]");
pawn Код:
SendClientMessage(playerid,COLOR_RED,"Type /Teams for list of Teams");
System: /Selectteam [Team]
Type /teams for list of teams.
I hope you guys understand.