Problema la biciclete
#3

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
	if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER)
	{
	         new vehid=GetPlayerVehicleID(playerid);
    	         if(GetVehicleModel(vehid) == 510 || GetVehicleModel(vehid) == 481 || GetVehicleModel(vehid) == 509)
		 {
		     SetVehicleParamsEx(vehid,1,0,0,0,0,0,0);
		 }
	}
	return 1;
}
Reply


Messages In This Thread
Problema la biciclete - by SkyOfficially - 01.06.2016, 20:50
Re: Problema la biciclete - by SkyOfficially - 04.06.2016, 22:06
Re: Problema la biciclete - by Lucky13 - 04.06.2016, 22:13

Forum Jump:


Users browsing this thread: 1 Guest(s)