05.06.2014, 11:50
How can I make it say "You must be on foot to use this command"
on this CMD:
on this CMD:
pawn Код:
CMD:mission(playerid,params[])
{
if(IsPlayerSpawned(playerid))
{
TextDrawShowForPlayer(playerid,mission);
TextDrawShowForPlayer(playerid,mission1);
TextDrawShowForPlayer(playerid,mission2);
return 1;
}
//SendClientMessage(playerid,0xFF1A00C8,"You must be on foot to use this command"); This here