SA-MP Forums Archive
How Do? [+REP] - 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)
+--- Thread: How Do? [+REP] (/showthread.php?tid=313295)



How Do? [+REP] - James Coral - 25.01.2012

How Do make Specif Team Do INVISIBLE IN Radar i have tryed alot of this but nothing works

Helper will get +REP


Re: How Do? [+REP] - MasterJoker - 25.01.2012

You mean you want, Opposite Team don't able to see your team markers? give more information please


Re: How Do? [+REP] - James Coral - 25.01.2012

Quote:
Originally Posted by MasterJoker
Посмотреть сообщение
You mean you want, Opposite Team don't able to see your team markers? give more information please
Yeah no Markers ! can you give me code`?


Re: How Do? [+REP] - MasterJoker - 25.01.2012

i don't plan to give you a code, you always ask a code i take a look on your whole thread and you always ask what is the solution + you reply a nonsense in Scripting Discussion Thread.

1.) Check the player team
2.) Then the code of Markers that will disable the markers

i saw your first tutorial and you didn't explained it thats the result of copy/paste scripting. you copy Xtreme Kakashi and other gamemode partscript in your own Gamemode.


Re: How Do? [+REP] - James Coral - 25.01.2012

How do i use
pawn Код:
ShowPlayerMarkers(mode);
what i need do add ON Mode`?


Re: How Do? [+REP] - vassilis - 25.01.2012

ShowPlayerMarkerts(0); to hide markers which will show the players on the map.


Re: How Do? [+REP] - MasterJoker - 25.01.2012

see. you do not know ShowPlayerMarker

types

Код:
PLAYER_MARKERS_MODE_OFF            - (0)
PLAYER_MARKERS_MODE_GLOBAL       - (1)
PLAYER_MARKERS_MODE_STREAMED   - (2)
and one warning: don't reply on thread on other thread around scripting discussion, users are getting annoyed just replied if you know what is the problem.