26.07.2011, 21:37
Quote:
PHP код:
|
Код:
CMD:godcar(playerid, params[]) { if(PlayerInfo[playerid][pAdminLevel] >= 3) { if(IsPlayerInAnyVehicle(playerid)) { SetVehicleHealth(playerid, 999999); SendClientMessage(playerid,COLOR_GREEN,"**GodCar Activated**"); } else { SendClientMessage(playerid, COLOR_RED, "You are not allowed to use this command!"); } SendClientMessage(playerid, COLOR_RED, "You must be in a vehicle to use this command!"); } return 1; }