SA-MP Forums Archive
Showplayermarker not working? help - 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: Showplayermarker not working? help (/showthread.php?tid=290704)



Showplayermarker not working? help - banner - 16.10.2011

hey guys, im working on a raven edit....i noticed on the public OnGameModeInit() section i have showplayermarkers set to 1, but when civilians start in the server, they cant see other civilians white markers....anyone know how i would make it so civilians can see player markers?


AW: Showplayermarker not working? help - Drebin - 16.10.2011

Code ?


Re: Showplayermarker not working? help - Kush - 16.10.2011

Quote:
Originally Posted by banner
Посмотреть сообщение
i noticed on the public OnGameModeInit() section i have showplayermarkers set to 1
If your not using it, remove it or comment it out.


Re: Showplayermarker not working? help - banner - 16.10.2011

pawn Код:
}
    SetPDistance(10);
    AllowInteriorWeapons(1);
    AllowAdminTeleport(0);
    ShowPlayerMarkers(1);
    DisableInteriorEnterExits();
    EnableStuntBonusForAll(0);
now by rights, shouldnt that make it so other players can see the markers of others players? i want it so that when someone joins the server, they can see the markers for all the other players, civilians, cops, etc


Re: Showplayermarker not working? help - MasterReturnz - 08.01.2014

I have the same issue with the Raven Script. I have tried putting it on (1) and (2) but neither don't work.