HELP I GET ERROR ON A AUTO REPAIR
#5

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);
		}
	}*/
Reply


Messages In This Thread
HELP I GET ERROR ON A AUTO REPAIR - by Loading... - 29.06.2011, 01:09
Re: HELP I GET ERROR ON A AUTO REPAIR - by Shadoww5 - 29.06.2011, 01:17
Re: HELP I GET ERROR ON A AUTO REPAIR - by Loading... - 29.06.2011, 01:48
Re: HELP I GET ERROR ON A AUTO REPAIR - by Mark_Weston - 29.06.2011, 01:49
Re: HELP I GET ERROR ON A AUTO REPAIR - by Loading... - 29.06.2011, 02:00
Re: HELP I GET ERROR ON A AUTO REPAIR - by dr.pepper - 29.06.2011, 02:06
Re: HELP I GET ERROR ON A AUTO REPAIR - by Loading... - 29.06.2011, 02:13
Re: HELP I GET ERROR ON A AUTO REPAIR - by Loading... - 29.06.2011, 02:15
Re: HELP I GET ERROR ON A AUTO REPAIR - by dr.pepper - 29.06.2011, 02:17
Re: HELP I GET ERROR ON A AUTO REPAIR - by Loading... - 29.06.2011, 02:25

Forum Jump:


Users browsing this thread: 7 Guest(s)