How to make a ERROR Message?
#1

How can I make it say "You must be on foot to use this command"


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
Reply


Messages In This Thread
How to make a ERROR Message? - by [Cali]ChrOnic_T - 05.06.2014, 11:50
Re: How to make a ERROR Message? - by TheSimpleGuy - 05.06.2014, 11:52
Re: How to make a ERROR Message? - by PrivatioBoni - 05.06.2014, 11:55
Re: How to make a ERROR Message? - by AIped - 05.06.2014, 11:58
Re: How to make a ERROR Message? - by Rittik - 05.06.2014, 12:00
Re: How to make a ERROR Message? - by PrivatioBoni - 05.06.2014, 12:09

Forum Jump:


Users browsing this thread: 3 Guest(s)