SA-MP Forums Archive
I dont want to see other players - 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: I dont want to see other players (/showthread.php?tid=258043)



I dont want to see other players - orrgoren11 - 28.05.2011

Hi!
I'm scripting a RP gamemode, and I dont want to see other players.
I mean to delete the grey squares on the map.
How can I do this ?
Thank you.


Re: I dont want to see other players - iFriSki - 28.05.2011

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers


Re: I dont want to see other players - orrgoren11 - 28.05.2011

what is this mode stands for ? PLAYER_MARKERS_MODE_STREAMED


Re: I dont want to see other players - shitbird - 28.05.2011

ShowPlayerMarkers(0);
This will remove every playermarker on the blipmap.
Put it under OnGameModeInit().


Re: I dont want to see other players - orrgoren11 - 28.05.2011

1 more question:
[1] The default in the server, is in every business there is [business] tag on it, like wise on the houses and etc.
How can I change it ?
I want to write the business name on it.
and ti put tag like that on a car with her name ...
How can I ? Thank you bery much for your help!


Re: I dont want to see other players - orrgoren11 - 29.05.2011

bump.