Command Help
#3

Код:
if(strcmp(cmd, "/drivinglaws", true) == 0)
	{
	  if(IsPlayerConnected(playerid))
	  {
		  SendClientMessage(playerid, COLOR_RED,"Stop at all red lights.");
		  SendClientMessage(playerid, COLOR_RED,"Go a decent speed on roads. Roads: 35 mph High Ways: 65");
		  SendClientMessage(playerid, COLOR_RED,"No sidewalk driving");
		  SendClientMessage(playerid, COLOR_RED,"If a cop has his sirens on pull over to the side of the road.");
		  SendClientMessage(playerid, COLOR_RED,"You must have a driving license to drive on the roads legally.");
		  SendClientMessage(playerid, COLOR_RED,"Do not smash stuff up.");
		  SendClientMessage(playerid, COLOR_RED,"If a cop is pulling you over pull over!");
		  SendClientMessage(playerid, COLOR_RED,"Do not ram into people, This is not bumper cars!!");
		  SendClientMessage(playerid, COLOR_RED,"No street racing ");
		  SendClientMessage(playerid, COLOR_RED,"Look on our site for a more updated list if any: deltaresponsegaming.tk!");
		}
		return 1;
	}
Reply


Messages In This Thread
Command Help - by BrokenBlades1992 - 01.04.2010, 23:38
Re: Command Help - by wafffllesss - 01.04.2010, 23:45
Re: Command Help - by BrokenBlades1992 - 01.04.2010, 23:53
Re: Command Help - by BrokenBlades1992 - 02.04.2010, 00:33
Re: Command Help - by wafffllesss - 02.04.2010, 00:41
Re: Command Help - by BrokenBlades1992 - 02.04.2010, 00:45
Re: Command Help - by BrokenBlades1992 - 02.04.2010, 00:51
Re: Command Help - by wafffllesss - 02.04.2010, 00:56
Re: Command Help - by BrokenBlades1992 - 02.04.2010, 00:56

Forum Jump:


Users browsing this thread: 1 Guest(s)