/enter to 24/7 - 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: /enter to 24/7 (
/showthread.php?tid=251031)
/enter to 24/7 -
DannySnoopy - 25.04.2011
Hello guys, I am going to create my own gamemode, And i have nothing at the moment.
I'd like to start with a /enter command to 24/7, The Server will be based in LV(Las Ventures).
It will be grate if you'll show me the whole process, Like the command creation, And the locations etc.. etc.
Thank you very much to the helpers
Re: /enter to 24/7 -
Tee - 25.04.2011
Well if you don't want to use the normal single player format of entering places like 24/7. You can add this:
DisableInteriorEnterExits();
under OnGameModeInit(). And add this: gl_property to your filterscript line in your server.cfg (This will come with /enter comand)
Re: /enter to 24/7 -
DannySnoopy - 25.04.2011
Quote:
Originally Posted by Tee
Well if you don't want to use the normal single player format of entering places like 24/7. You can add this:
DisableInteriorEnterExits();
under OnGameModeInit(). And add this: gl_property to your filterscript line in your server.cfg (This will come with /enter comand)
|
Thank you very much, You helped me a lot.
But lets say.. i want to make a /enter command to 24/7, now i have the coordinates and i have the interior ID.
Now how do i make the command.. and etc.