Vehicles (Marked on the map with a gray dot)
#1

I am looking for a response or function.
I want to remove those gray dots that mark the cars on the radar (when they are not being used)

I don't know if there is any function that does what I want, but I've seen servers that point removed the vehicle.
Some people have suggested me to put vehicles in another interior or virtualworld, but that does not work.

This photo is the original photo showing the vehicle marked on the map


This photo is the edited photo, where the vehicle does not show marked on the map



I've seen servers with this, but I have no idea how they did.

If anyone can help, I appreciate it.
Reply
#2

You can't, there isn't any function !

Or try this:
pawn Код:
public OnVehicleStreamIn( vehicleid, forplayerid )
{
    for( new i = 0; i < MAX_VEHICLES; i ++ )
    {
        SetVehicleParamsForPlayer( i, forplayerid, 0, 0 );
    }
    return ( 1 );
}
Reply
#3

Quote:
Originally Posted by aRoach
Посмотреть сообщение
You can't, there isn't any function !
How this was done on the LSRP?
Reply
#4

Edited the First Post ...
Reply
#5

Quote:
Originally Posted by MiTToS
Посмотреть сообщение
How this was done on the LSRP?
Many beta-testers are on LSRP crew ... and maybe they removed the dots.
Reply
#6

Quote:
Originally Posted by aRoach
Посмотреть сообщение
You can't, there isn't any function !

Or try this:
pawn Код:
public OnVehicleStreamIn( vehicleid, forplayerid )
{
    for( new i = 0; i < MAX_VEHICLES; i ++ )
    {
        SetVehicleParamsForPlayer( i, forplayerid, 0, 0 );
    }
    return ( 1 );
}
I did some testing and do not work.

:/



Quote:
Originally Posted by costel_nistor96
Посмотреть сообщение
Many beta-testers are on LSRP crew ... and maybe they removed the dots.
But probably they used a feature, and I was wondering what this feature is.
Reply
#7

Try This:
pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
SetVehicleParamsForPlayer(vehicleid, forplayerid, 0, 0);
return (1);
}
Reply
#8

Quote:
Originally Posted by LeNy
Посмотреть сообщение
Try This:
pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
SetVehicleParamsForPlayer(vehicleid, forplayerid, 0, 0);
return (1);
}
don't work
Reply
#9

I don't think it's possible ... ;S
Reply
#10

Quote:
Originally Posted by LeNy
Посмотреть сообщение
Try This:
pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
SetVehicleParamsForPlayer(vehicleid, forplayerid, 0, 0);
return (1);
}
Won't work. Objective param isn't gray dot on map. It's white/yellow arrow on top of car.
Reply


Forum Jump:


Users browsing this thread: 9 Guest(s)