SA-MP Forums Archive
Help on Raven's roleplay - 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: Help on Raven's roleplay (/showthread.php?tid=271872)



Help on Raven's roleplay - Mr.Anonymous - 26.07.2011

Hello guys. The problem is that players cannot be seen in the map like other GM. No one can be seen so it gets very annoying. Maybe who ever has Raven roleplay as their GM can understand my problem. Also I'm new in scripting so please help me on how to put the code and where. Thanks.


Re: Help on Raven's roleplay - suhrab_mujeeb - 26.07.2011

i think it was orignally designed to be like this cause it is roleplay


Re: Help on Raven's roleplay - -CaRRoT - 26.07.2011

Well... i don't think you played RolePlay server Before - IRL you don't see people on the Radar / Map with colors and squares...RolePlay is acting like real life - if you want people to be seen on the map then you mean a Stunt / FreeRoam / DM / TDM server - Download one of Those GM and use it..But there is no ANY RP Servers / GM's will Make Players appear on map


Re: Help on Raven's roleplay - Mean - 26.07.2011

Go to your gamemodeinit, and change:
pawn Код:
ShowPlayerMarkers( 0 );
to:
pawn Код:
ShowPlayerMarkers( 1 );
Note: you can also use 2 to show it on map only when near a player. Read more here and here.


Re: Help on Raven's roleplay - Mr.Anonymous - 26.07.2011

Hmm yeah it's good for RP server's but here I need one for my server so everyone can see where others are. Is there any solution?


Re: Help on Raven's roleplay - Mr.Anonymous - 26.07.2011

Quote:
Originally Posted by Mean
Посмотреть сообщение
Go to your gamemodeinit, and change:
pawn Код:
ShowPlayerMarkers( 0 );
to:
pawn Код:
ShowPlayerMarkers( 1 );
Note: you can also use 2 to show it on map only when near a player. Read more here and here.
Okay I've searched that and I got

//ShowPlayerMarkers(false);
DisableInteriorEnterExits();
EnableStuntBonusForAll(0);

Now what?


Re: Help on Raven's roleplay - Mean - 26.07.2011

Change:
pawn Код:
//ShowPlayerMarkers(false);
to:
pawn Код:
ShowPlayerMarkers( 1 );



Re: Help on Raven's roleplay - suhrab_mujeeb - 26.07.2011

Quote:
Originally Posted by Mean
Посмотреть сообщение
Change:
pawn Код:
//ShowPlayerMarkers(false);
to:
pawn Код:
ShowPlayerMarkers( 1 );
how to make it for one player only i want it to hide only one player not everyone


Re: Help on Raven's roleplay - Guest3598475934857938411 - 26.07.2011

Sorry to inform you, but you can't.
Код:
OnPlayerMarkers
does not have that parameters...


Re: Help on Raven's roleplay - Mean - 26.07.2011

Quote:
Originally Posted by suhrab_mujeeb
Посмотреть сообщение
how to make it for one player only i want it to hide only one player not everyone
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer