loading position + z 5
#2

here:

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
	new Float:x,Float:y,Float:z;
	GetPlayerPos(playerid, x,y,z);
	if(vehicleid == 0)
	{
	SetPlayerPos(playerid, x,y,z+5);
	}
	return 1;
}
replace 0 with the vehicle id you want.
Reply


Messages In This Thread
loading position + z 5 - by rbN. - 26.03.2010, 07:43
Re: loading position + z 5 - by [cA]Unforseen - 26.03.2010, 07:59
Re: loading position + z 5 - by woot - 26.03.2010, 08:00

Forum Jump:


Users browsing this thread: 1 Guest(s)