Posts: 363
Threads: 27
Joined: Apr 2010
Reputation:
0
How to hide the icons of the vehicles?
Posts: 2,938
Threads: 162
Joined: May 2010
what? i do not understand.. explain better
what icons on vehicles
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
He means the little square and triangle grey icons on the minimap that symbolize vehicles.
Posts: 76
Threads: 5
Joined: Jun 2009
Reputation:
0
I think its impossible to hide them.
Posts: 28
Threads: 3
Joined: Apr 2009
Reputation:
0
Not working :P maybe i did wrong..
public OnVehicleStreamIn(vehicleid, forplayerid)
{
SetVehicleParamsForPlayer(vehicleid, playerid, 0, 0);
return 1;
}
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Maybe a Streamerplugin (not a FS, a real Plugin) can do this. I would check them out, but I dont got much time now.