Hide icons
#1

How to hide the icons of the vehicles?
Reply
#2

What icons?
Reply
#3

what? i do not understand.. explain better

what icons on vehicles
Reply
#4

He means the little square and triangle grey icons on the minimap that symbolize vehicles.
Reply
#5

I think its impossible to hide them.
Reply
#6

Quote:
Originally Posted by "Don"
I think its impossible to hide them.
Not is impossible.

Check:
70.32.40.18:4500
Go to LSPD
Reply
#7

Код:
SetVehicleParamsForPlayer(vehicleid, playerid, *0*, 0);
The number with asterisks around it is for the marker. 0 to hide, 1 to show. This must be in onvehiclestreamin.
Reply
#8

Quote:
Originally Posted by Jesus^
Quote:
Originally Posted by "Don"
I think its impossible to hide them.
Not is impossible.

Check:
70.32.40.18:4500
Go to LSPD
Will check when not busy.
Reply
#9

Not working :P maybe i did wrong..

public OnVehicleStreamIn(vehicleid, forplayerid)
{
SetVehicleParamsForPlayer(vehicleid, playerid, 0, 0);
return 1;
}
Reply
#10

Maybe a Streamerplugin (not a FS, a real Plugin) can do this. I would check them out, but I dont got much time now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)