SA-MP Forums Archive
How to disable player visabillity on map - 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 to disable player visabillity on map (/showthread.php?tid=547098)



How to disable player visabillity on map - dionisak0s - 20.11.2014

Something went wrong with my script and everyone is visible on the map. How can I fix it?


Re: How to disable player visabillity on map - [SU]Spartan - 20.11.2014

Show me the lines and if you can't speak english fluently just type in Greek language since I am greek too I might help you.


Re: How to disable player visabillity on map - GGRoleplay - 20.11.2014

Put under OnGameModeInit
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF);


Re: How to disable player visabillity on map - dionisak0s - 20.11.2014

Quote:
Originally Posted by [SU]Spartan
Посмотреть сообщение
Show me the lines and if you can't speak english fluently just type in Greek language since I am greek too I might help you.
I can speak English I just typed it very fast and didn't even pay attention on what kind of mistakes I've made.

Το άλλαξα για να μην λες :P


Re: How to disable player visabillity on map - Beckett - 20.11.2014

ShowPlayerMarkers.


Re: How to disable player visabillity on map - [SU]Spartan - 20.11.2014

Hahaha ok
Οκ το βουλωνω


Re: How to disable player visabillity on map - dionisak0s - 20.11.2014

Quote:
Originally Posted by GGRoleplay
Посмотреть сообщение
Put under OnGameModeInit
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF);
Thanks a lot, you just received a reputation from me.


Re: How to disable player visabillity on map - GGRoleplay - 20.11.2014

Quote:
Originally Posted by dionisak0s
Посмотреть сообщение
Thanks a lot, you just received a reputation from me.
No problem have fun scripting


Re: How to disable player visabillity on map - Alpay0098 - 20.11.2014

Quote:
Originally Posted by GGRoleplay
Посмотреть сообщение
Put under OnGameModeInit
ShowPlayerMarkers(PLAYER_MARKERS_MODE_OFF);
My own GM is RP.
it have LSPD , LSFMD ...
they're not visible on map but after i put NG in my script when they get On Duty they are visible on map.
it's just about National Guard.
and also = ShowPlayerMarkers(1);
what i have to do to make them hide on map?


Re: How to disable player visabillity on map - GGRoleplay - 20.11.2014

Look at the command for when they go on duty and send me the code in a PM if you like, I'll check the code.