SA-MP Forums Archive
enter/exit system - 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: enter/exit system (/showthread.php?tid=657597)



enter/exit system - Mike861 - 11.08.2018

As you can tell from the title, i have a struggle with enter/exit system.
Basically i want it to work by pickups and teleport you into an interior by triggering them (walking into the marker pickup objects).However, im making them all manually with streamer plugin, all one by one.I think that uses up too much of my gamemode and it takes ridicilous amount of time to setup all of them across the map.Is there anyway i can make admin commands like /addenter and /addexit commands that will save the enter/exit into database and load them all?
Thanks in advance, this issue is really bothering me and won't let me continue developing.


Re: enter/exit system - Bolex_ - 11.08.2018

http://forum.sa-mp.com/forumdisplay.php?f=17

Find here, there's tons of them


Re: enter/exit system - Mike861 - 11.08.2018

Quote:
Originally Posted by Bolex_
Посмотреть сообщение
http://forum.sa-mp.com/forumdisplay.php?f=17

Find here, there's tons of them
Im not into implementing someone elses work.I wanna try and learn it myself :P


Re: enter/exit system - Pottus - 11.08.2018

Create your own include to handle enter/exits then!


Re: enter/exit system - Mike861 - 11.08.2018

Quote:
Originally Posted by Pottus
Посмотреть сообщение
Create your own include to handle enter/exits then!
If i knew how i wouldn't be making this thread in the first place


Re: enter/exit system - xMoBi - 11.08.2018

What's so difficult in using arrays and looping.


Re: enter/exit system - Pottus - 11.08.2018

Quote:
Originally Posted by Mike861
Посмотреть сообщение
If i knew how i wouldn't be making this thread in the first place
http://forum.sa-mp.com/showpost.php?...4&postcount=14

This is how any kind of system typically works.


Re: enter/exit system - Mike861 - 12.08.2018

Quote:
Originally Posted by Pottus
Посмотреть сообщение
http://forum.sa-mp.com/showpost.php?...4&postcount=14

This is how any kind of system typically works.
Alright, i'll see what i can do.Ty