Is this possible?
#2

Yes it is..

You just need to use

https://sampwiki.blast.hk/wiki/GetPlayerPos

here is some example..

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    new Float: X, Float: Y, Float: Z;
    GetPlayerPos(playerid, X, Y, Z);
    SetPlayerCameraPos(playerid, X, Y, Z + 20);
    SetPlayerCameraLookAt(playerid, X + 5, Y, Z);
    return 1;
}
Reply


Messages In This Thread
Is this possible? - by Kasis - 13.01.2012, 16:24
Re: Is this possible? - by kizla - 13.01.2012, 16:30
Re: Is this possible? - by Kasis - 13.01.2012, 17:30
Re: Is this possible? - by Kasis - 14.01.2012, 12:24
AW: Is this possible? - by Nero_3D - 14.01.2012, 12:36

Forum Jump:


Users browsing this thread: 3 Guest(s)