help?
#1

how i can make this work on foot not on vehicle?
Код:
if(areaid == MenuEnter)
	{
	    if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
	    {
		    new Float: x, Float: y, Float: z, v = GetPlayerVehicleID(playerid);
		    GetVehicleVelocity(v, x, y, z);
		    SetVehiclePos(v, 383.0128,2541.9570,16.5391);
		    PutPlayerInVehicle(playerid, v, 0);
		    SetVehicleVelocity(v, x, y, z);
		    return 1;
	    }
	}
Reply


Messages In This Thread
help? - by eblood1 - 23.01.2014, 02:24
Re: help? - by Hoborific - 23.01.2014, 03:00
Re: help? - by eblood1 - 23.01.2014, 03:07

Forum Jump:


Users browsing this thread: 1 Guest(s)