How to make a ERROR Message?
#5

Код:
CMD:mission(playerid,params[])
{
if(IsPlayerSpawned(playerid)&&GetPlayerState(playerid)==PLAYER_STATE_ONFOOT)
{ 
  TextDrawShowForPlayer(playerid,mission);
  TextDrawShowForPlayer(playerid,mission1);
  TextDrawShowForPlayer(playerid,mission2);

}
else
{
SendClientMessage(playerid,0xFF1A00C8,"You must be on foot to use this command");
return 1;
}
 return 1;
}
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: 2 Guest(s)