SA-MP Forums Archive
Possible? - 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: Possible? (/showthread.php?tid=333813)



Possible? - sjvt - 12.04.2012

Is it possible if you spawn you can choose out 3 doors, roleplay, stunt, deathmatch.

if you spawn he load a simple beginners gamemode -> gamemodes/begin.amx (this gamemode have only door objects and an textdraw/dialog for wich door is what)
If you enter roleplay door he load then gamemodes/roleplay.amx
if you enter deathmatch door he load then gamemodes/deathmatch.amx
if you enter stunt door he load then gamemodes/stunt.amx

And if its possible can someone make a system for me. I want rep+


Re: Possible? - ReneG - 12.04.2012

This isn't the Script Request thread, but you can't load gamemodes per player. You can script them all together though in one, and put the desired player in the desired world with variables.


Re: Possible? - sjvt - 12.04.2012

How, can you explain it?