Disable the radar with textdraw?
#1

Hi

My question is, how can i hide the radar with textdraw? Which character(s) and how? I tried find the solution, but i dont found any things.
Can you paste the textdraw code of it?

Thank you.
Reply
#2

You can only hide it by creating a black box-textdraw over the Radar. Is this what you want?
Reply
#3

I suggest using an ingame textdraw editor to create the box. Use _ (underscore) as text.
Reply
#4

Yes i want to use a textdraw with a character like o, not a rectangle, it is possible?
Reply
#5

Quote:
Originally Posted by godknightx
Посмотреть сообщение
Yes i want to use a textdraw with a character like o, not a rectangle, it is possible?
Found this with a little search, it uses GangZoneCreate though:

pawn Код:
//At The Top Of The Script:
new BlackRadar;

//Under OnGameModeInit
BlackRadar= GangZoneCreate(-3334.758544, -3039.903808, 3049.241455, 3184.096191);

//Under OnPlayerSpawn:
GangZoneShowForPlayer(playerid, BlackRadar, 0x000000FF);
Pic:

http://forum.sa-mp.com/attachment.ph...1&d=1299435060

Thread:

http://forum.sa-mp.com/showthread.ph...k+radar&page=2

Should help you get started.
Reply
#6

Wow! I tryed to find it, but i dont found this. Thanx man!
Reply
#7

Quote:
Originally Posted by godknightx
Посмотреть сообщение
Wow! I tryed to find it, but i dont found this. Thanx man!
No prob's, glad i could help.
Reply
#8

@Stigg: I am happy that you were faster. That's a great solution. Learned something today.
+1 Rep for you.

EDIT: Wow, I gave you rep, and it jumped from 37 to 42. O.o Enjoy.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)