Way to change 2 things back in 0.3 ? - 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: Way to change 2 things back in 0.3 ? (
/showthread.php?tid=103256)
Way to change 2 things back in 0.3 ? -
GiacJr - 19.10.2009
Hi, I am admin on a populous server and to do my admin job efficently I need to be able to quickly use the tab button to see player names / ID's. This is made very hard with the new system of tab where I have to press it once to open it and again to close it.
I was wondering if there was any way to change this back to the way it was in 0.2x, as it'd really help me a lot.
The other thing, is there any way to make the car blips on the mini-radar less transparent?
Thanks for reading.
GiacJr
Re: Way to change 2 things back in 0.3 ? -
MPKaboose - 19.10.2009
No the tab can't be changed nor the car mini-map icons
Re: Way to change 2 things back in 0.3 ? -
radi - 19.10.2009
if you need queik id's you can use my id system
if the player talks you see Radi :[28] Hello
Re: Way to change 2 things back in 0.3 ? -
SugarD-x - 19.10.2009
The server he is speaking of already has a ID #'ing system. He wants the features for other reasons. He doesn't like the new GUI
Re: Way to change 2 things back in 0.3 ? -
Mowgli - 19.10.2009
you could design a whole new GUI with like Caps lock button or somthing?? lol
Re: Way to change 2 things back in 0.3 ? -
V1ceC1ty - 19.10.2009
Quote:
Originally Posted by Mowgli
you could design a whole new GUI with like Caps lock button or somthing?? lol
|
we cant just make GUI's.
Re: Way to change 2 things back in 0.3 ? -
Mowgli - 19.10.2009
Quote:
Originally Posted by √№ceC№ty
Quote:
Originally Posted by Mowgli
you could design a whole new GUI with like Caps lock button or somthing?? lol
|
we cant just make GUI's.
|
i mean with like Textdraws showing everyone on the server,, PRess a buttn and it shows, lol
Re: Way to change 2 things back in 0.3 ? -
GiacJr - 19.10.2009
Are you sure there's absolutely no way to do it? >_>
Re: Way to change 2 things back in 0.3 ? -
klavins - 19.10.2009
there is. you could make your own table. for example when player preses enter(in numpad) it showsplayertextdraw with the names. and in those textdraws it would do getplayername[max players] or something like that
Re: Way to change 2 things back in 0.3 ? -
Mowgli - 19.10.2009
Quote:
Originally Posted by klavins
there is. you could make your own table. for example when player preses enter(in numpad) it showsplayertextdraw with the names. and in those textdraws it would do getplayername[max players] or something like that 
|
basicly what i said -.-