29.06.2011, 02:00
here wat it look like
Код:
public OnGameModeInit() { // Don't use these lines if it's a filterscript SetGameModeText("FreeRoam"); ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Player Class // ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// for(new i=0;i<300;i++) { if((i == 7)||(i >= 9 && i <= 41)||(i >= 43 && i <= 64)||(i >= 66 && i <= 73) ||(i >= 75 && i <= 85)||(i >= 87 && i <= 118)||(i >= 120 && i <= 148)||(i >= 150 && i <= 207) ||(i >= 209 && i <= 264)||(i >= 274 && i <= 288)||(i >= 290 && i <= 299)) { AddPlayerClass(i, -1422.8820, -287.4992, 14.1484, 269.1088, 4, 1, 29, 400, 31, 550); } } /*if(IsPlayerInAnyVehicle(playerid) { new Float:vhealth;GetVehicleHealth(GetPlayerVehicleID(playerid),vhealth); if(vhealth<250) { RepairVehicle(GetPlayerVehicleID(playerid)); SetVehicleHealth(GetPlayerVehicleID(playerid),999); GameTextForPlayer(playerid,"~g~Auto ~w~Fix",1500,3); } }*/