Making a command in car only
#5

Код:
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER || (GetPlayerState(playerid) == PLAYER_STATE_PASSENGER))
  	{
		    if(!cmdtext[3])return SendClientMessage(playerid, 0xFF9900AA, "USAGE: /cb [Text]");
		    new str[128];
		    GetPlayerName(playerid, str, sizeof(str));
		    format(str, sizeof(str), "*(CB Radio)%s: %s", str, cmdtext[4]);
		    SendClientMessageToAll(0x9ACD32AA, str);
	  } else 
		    SendClientMessage(playerid, 0x9ACD32AA,"This command can only be used inside a vehicle.");
Reply


Messages In This Thread
Making a command in car only - by jesuschristlordandsavior - 09.02.2010, 15:42
Re: Making a command in car only - by Correlli - 09.02.2010, 15:56
Re: Making a command in car only - by akis_tze - 09.02.2010, 17:01
Re: Making a command in car only - by jesuschristlordandsavior - 09.02.2010, 19:01
Re: Making a command in car only - by ray187 - 09.02.2010, 19:03
Re: Making a command in car only - by Correlli - 09.02.2010, 19:06
Re: Making a command in car only - by jesuschristlordandsavior - 09.02.2010, 19:16
Re: Making a command in car only - by IcyBlight - 09.02.2010, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)