01.04.2010, 23:53
Код:
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; }