Help, SetVehicleParamsForPlayer, little question
#1

Hi, I want know, if in this version, it is possible put the marker, to all players, and when it is far away of the player, like, the player in Los Santos and the car in Las venturas, the player see the mark?

I am trying to fix a little problem in pen gm, and it is very dificult
Reply
#2

It's not possible, use checkpoint instead, to mark the vehicle.
Reply
#3

Sh1t.. Kye removed that?

And, what is the checkoint instead? That follows the vehicle?
Reply
#4

Standart checkpoint. https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint

If the vehicle is in move, you will need to update the checkpoint position with a timer. When the vehicle gets streamed in, you can disable chekpoint and switch to vehicle marker.
Reply
#5

That works when player is inside of vehicle.. But when is nobody inside, how i put a checkpoint?...
Reply
#6

Quote:
Originally Posted by jonybomb
That works when player is inside of vehicle.. But when is nobody inside, how i put a checkpoint?...
pawn Код:
new Float:vehx, Float:vehy, Float:vehz;
GetVehiclePos(vehicleid, vehx, vehy, vehz);
SetPlayerCheckpoint(playerid, vehx, vehy, vehz, 5.0);
Reply
#7

Hm... I have to test, thanks men
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)