Playermarkers on the 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Playermarkers on the map (
/showthread.php?tid=81304)
Playermarkers on the map -
VIP-Jeff - 09.06.2009
Dear Members,
I wanna see the players on the map/radar. What do i need to change in this:
//UsePlayerPedAnims(); //unique walking
//ShowPlayerMarkers(false);
DisableInteriorEnterExits();
EnableStuntBonusForAll(0);
Re: Playermarkers on the map -
MenaceX^ - 09.06.2009
Uncomment ShowPlayerMarkets.
Re: Playermarkers on the map -
SpiderPork - 09.06.2009
And change false to true.
Re: Playermarkers on the map -
lol2112 - 09.06.2009
Yeah change:
Код:
//ShowPlayerMarkers(false);
to
Код:
ShowPlayerMarkers(1);
Re: Playermarkers on the map -
VIP-Jeff - 09.06.2009
Is it good now?:
Quote:
SetPDistance(10);
EnableTirePopping(1);
EnableZoneNames(1);
AllowInteriorWeapons(1);
AllowAdminTeleport(0);
//UsePlayerPedAnims(); //unique walking
ShowPlayerMarkers(1);
DisableInteriorEnterExits();
EnableStuntBonusForAll(0);
|
Re: Playermarkers on the map -
miokie - 09.06.2009
Quote:
Originally Posted by VIP-Jeff
Is it good now?:
Quote:
SetPDistance(10);
EnableTirePopping(1);
EnableZoneNames(1);
AllowInteriorWeapons(1);
AllowAdminTeleport(0);
//UsePlayerPedAnims(); //unique walking
ShowPlayerMarkers(1);
DisableInteriorEnterExits();
EnableStuntBonusForAll(0);
|
|
Yes.
Re: Playermarkers on the map -
VIP-Jeff - 09.06.2009
It issn't working for me:S
Re: Playermarkers on the map -
Think - 09.06.2009
try restarting you server (lol)
Re: Playermarkers on the map -
VIP-Jeff - 09.06.2009
Quote:
Originally Posted by Pandabeer1337
try restarting you server (lol)
|
Already did that (lol)
Re: Playermarkers on the map -
MenaceX^ - 09.06.2009
Quote:
Originally Posted by lol2112
Yeah change:
Код:
//ShowPlayerMarkers(false);
to
Код:
ShowPlayerMarkers(1);
|
Such a useless reply.
Try to debug it, VIP-Jeff.