SA-MP Forums Archive
Hide icons - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Hide icons (/showthread.php?tid=156720)



Hide icons - Jesus^ - 23.06.2010

How to hide the icons of the vehicles?


Re: Hide icons - Assyria - 23.06.2010

What icons?


Re: Hide icons - Kar - 23.06.2010

what? i do not understand.. explain better

what icons on vehicles


Re: Hide icons - Antonio [G-RP] - 23.06.2010

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


Re: Hide icons - HAYTXA - 23.06.2010

I think its impossible to hide them.


Re: Hide icons - Jesus^ - 23.06.2010

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

Check:
70.32.40.18:4500
Go to LSPD


Re: Hide icons - bigcomfycouch - 23.06.2010

Код:
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.


Re: Hide icons - HAYTXA - 23.06.2010

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.


Re: Hide icons - rephex - 18.07.2010

Not working :P maybe i did wrong..

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


Re: Hide icons - Mauzen - 18.07.2010

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