How to add yellow markers to a vehicle?
#7

Quote:
Originally Posted by harrold
No a yellow marker i don't wanna lock the doors
thats the last param, watch this!

Quote:
Originally Posted by wiki.samp
SetVehicleParamsForPlayer(vehicleid,playerid,objec tive,doorslocked)
vehicle ID of the car
playerid ID of the player
objective Show a marker above the car for this player?
doorslocked 0 means open,1 means locked
just do this:

pawn Код:
for(new i=0;i <MAX_PLAYERS; i++)
{
 SetVehicleParamsForPlayer(GetPlayerVehicleID(i),i,1,0);
 return 1;
}
Reply


Messages In This Thread
How to add yellow markers to a vehicle? - by harrold - 13.02.2009, 20:05
Re: How to add yellow markers to a vehicle? - by SilentMouse - 13.02.2009, 20:11
Re: How to add yellow markers to a vehicle? - by harrold - 13.02.2009, 20:29
Re: How to add yellow markers to a vehicle? - by Nero_3D - 13.02.2009, 20:54
Re: How to add yellow markers to a vehicle? - by harrold - 13.02.2009, 21:32
Re: How to add yellow markers to a vehicle? - by SilentMouse - 13.02.2009, 21:33
Re: How to add yellow markers to a vehicle? - by Think - 13.02.2009, 21:35

Forum Jump:


Users browsing this thread: 1 Guest(s)