Remove player from vehicle
#1

Im trying to make a stock that will "teleport" a player out of the vehicle. But i dont know if this would work.
Can anybody help me making it or tell me if it should work. ( Im not on my "gaming" computer for 2 weeks so can't test it ). And i don't get any errors.

pawn Код:
stock RemoveFromVeh(vehicleid)
{
    new Float:x1,Float:y1,Float:z1;
    GetVehiclePos(vehicleid,x1,y1,z1);
    SetPlayerPosFindZ(playerid, x1, y1, z1);
    return 1;
}
Thanks .
Reply


Messages In This Thread
Remove player from vehicle - by The Woody - 29.05.2011, 14:14
Re: Remove player from vehicle - by sleepysnowflake - 29.05.2011, 14:16
Re: Remove player from vehicle - by Mike Garber - 29.05.2011, 14:18
Re: Remove player from vehicle - by The Woody - 29.05.2011, 14:22
Re: Remove player from vehicle - by sleepysnowflake - 29.05.2011, 14:34
Re: Remove player from vehicle - by The Woody - 29.05.2011, 14:37
Re: Remove player from vehicle - by Osviux - 29.05.2011, 14:41
Re: Remove player from vehicle - by sleepysnowflake - 29.05.2011, 14:45
Re: Remove player from vehicle - by Osviux - 29.05.2011, 15:15
Re: Remove player from vehicle - by Markx - 29.05.2011, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)