SA-MP Forums Archive
Help with RP Component - 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: Help with RP Component (/showthread.php?tid=524294)



Help with RP Component - Raefal - 06.07.2014

Help me, i want to create a Roleplay server and i want to create a GM
What component for Roleplay server need except:
Код:
	ManualVehicleEngineAndLights();
	ShowPlayerMarkers(value);
	DisableInteriorEnterExits();
	EnableStuntBonusForAll(value);
	SetNameTagDrawDistance(value);
Sorry for my bad english


Re: Help with RP Component - Dignity - 06.07.2014

pawn Код:
ShowPlayerMarkers(false);
DisableNameTagLOS();



Re: Help with RP Component - Raefal - 06.07.2014

Quote:
Originally Posted by Mionee
Посмотреть сообщение
pawn Код:
ShowPlayerMarkers(false);
DisableNameTagLOS();
Just it ?, ok thanks, anyone?