[SUGGESTION] Disable cars icons.
#1

Well, I know that is in feature lockdown, but Kye could do a exception here ^^

Title is self explanatory, something like:

pawn Код:
public OnGameModeInit()
{
    CarIcons(false);
    return 1;
}
pawn Код:
native CarIcons(bool:on = true);
This would disable the car dots on the minimap.

Thanks
Reply
#2

+1 Good sugesstion!
Reply
#3

This would be absolutely wonderful.
Reply
#4

Quote:

ToggleCarMarker(vehicleid, bool:toggle);

To hide only one car.
Reply
#5

Cool!! Good suggestions . Like it.
Reply
#6

+ 1 Awesome
Reply
#7

Quote:
Originally Posted by The_Moddler
Посмотреть сообщение
Well, I know that is in feature lockdown, but Kye could do a exception here ^^

Title is self explanatory, something like:

pawn Код:
public OnGameModeInit()
{
    CarIcons(false);
    return 1;
}
pawn Код:
native CarIcons(bool:on = true);
This would disable the car dots on the minimap.

Thanks
Hehe, since someone asked it once, I ever kept wanting it :P. +1, really nice
Reply
#8

+ 1 yea
Reply
#9

Quote:
Originally Posted by Steamator
Посмотреть сообщение
To hide only one car.
And to hide ALL Cars:

Код:
public OnGameModeInit()
{
for(new v=0;v<MAX_VEHICLES;v++)
{
ToggleCarMarker(v,false);
}
}
//EDIT: Wrong ?Syntax?
Reply
#10

Quote:
Originally Posted by Dusl12
Посмотреть сообщение
And to hide ALL Cars:

Код:
public OnGameModeInit()
{
for(new v=0;v<MAX_VEHICLES;v++)
{
ToggleCarMarker(v,false);
}
}
//EDIT: Wrong ?Syntax?
Nope.. it's fine I guess.. ^_^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)