A couple of questions - 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: A couple of questions (
/showthread.php?tid=362243)
A couple of questions -
Yegor - 23.07.2012
Hello, I have a couple of questions. I'm trying to make a "Role Play" server from scratch, and I know it's not easy. So here are the questions...
1. How do I add vehicles/gates without going into pawno? For examble, I see admins on other servers adding gates in-game, and they spawn cars and the cars position saves.
2. What is the best admin system?
3. What is the best house/business system?
4. How do I delete this yellow arrow next to the doors?
http://imageshack.us/f/834/samp000uzz.png/
Re: A couple of questions -
Vince - 23.07.2012
- You don't. You still need to implement a command or another system that creates them in game.
- Your own.
- Your own.
- DisableInteriorEnterExits()
Re: A couple of questions -
Yegor - 23.07.2012
I found DisableInteriorEnterExits(), what do I do with it?