05.11.2016, 11:01
◘ Introduction ◘
Greetings,
This is my first GameMode, so as for start it might have some bugs. I've started scripting 1-2 weeks ago and I was thinking of releasing this cool gamemode. This gamemode is made only for stunting/DM. I'm working on the Stunting part at the moment and I will let DM at the end. Server has nothing to do with DM yet, but as I said I am working on the stunting part. I am trying to get a bit skilled by releasing gamemodes, working hard etcetera.
NOTE: Sorry guys, this script is made with Y_INI include, I really don't know how to work with MySQL so yeah.. don't judge me on that, I'm a beginner :3
◘ Features ◘
◘ Login/Register System
◘ Administrator System /acmds will show the commands.
◘ Very Important Person System /vcmd will show the commands.
◘ Many commands /cmds will show the commands.
◘ Welcoming system
◘ Random Messages (will show up as *aS:[TEXT] on main-chat)
◘ Private Messaging System
◘ Request Class Skipping System
◘ Reaction Texts
◘ Awarding System (when killing a player)
◘ FAQ: ◘
Q: How do I get this gamemode working?
A: You need to download this gamemode from the link(), double click on samp-server and then, go on Start Menu - Open CMD / write ipconfig / Press Enter / Get your IP(it should be something like this 192.168.1.2) / Add that IP to your favourites / Open the server / Enjoy playing.
Q: How do I become an Administrator?
A: It is easy as a pie, just go with your account, register and then log off. Open the server files, and there should be something called "scriptfiles", open that and then double click on the first folder, go at Account, find your account and double click again at your account's file. You will find this -
It should be
◘ Credits ◘
◘Jeton - For providing this awesome Administrator script (even i've gone through all his script editing some grammar mistakes, and making it fit for my gamemode)
◘****** - For the Y_INI
◘Zeex - For ZCMD
◘Incoginto - For sscanf.
◘Darco - For Dini
◘Me(Affliction) - For scripting the whole gamemode.
(I am so sorry if I forgot anyone, just tell me on the comments below if I did. That'd be appreciated!)
◘ Bugs ◘
Feel free to provide mirrors, and please do not forget to send me a feedback on the comments
You can remove the credits, do whatever you want with the script.
Greetings,
This is my first GameMode, so as for start it might have some bugs. I've started scripting 1-2 weeks ago and I was thinking of releasing this cool gamemode. This gamemode is made only for stunting/DM. I'm working on the Stunting part at the moment and I will let DM at the end. Server has nothing to do with DM yet, but as I said I am working on the stunting part. I am trying to get a bit skilled by releasing gamemodes, working hard etcetera.
NOTE: Sorry guys, this script is made with Y_INI include, I really don't know how to work with MySQL so yeah.. don't judge me on that, I'm a beginner :3
◘ Features ◘
◘ Login/Register System
◘ Administrator System /acmds will show the commands.
◘ Very Important Person System /vcmd will show the commands.
PHP код:
/vsay /vgod /vheal /varmour
PHP код:
/cmds /help /sync /smoke /sit /handsup /credits /kill /fixengine /afk /back /rules /updates
◘ Random Messages (will show up as *aS:[TEXT] on main-chat)
◘ Private Messaging System
◘ Request Class Skipping System
◘ Reaction Texts
◘ Awarding System (when killing a player)
◘ FAQ: ◘
Q: How do I get this gamemode working?
A: You need to download this gamemode from the link(), double click on samp-server and then, go on Start Menu - Open CMD / write ipconfig / Press Enter / Get your IP(it should be something like this 192.168.1.2) / Add that IP to your favourites / Open the server / Enjoy playing.
Q: How do I become an Administrator?
A: It is easy as a pie, just go with your account, register and then log off. Open the server files, and there should be something called "scriptfiles", open that and then double click on the first folder, go at Account, find your account and double click again at your account's file. You will find this -
PHP код:
Admin = 0
VIP = 0
Wanted = 0
Kills = 0
Deaths = 0
Jailed = 0
Muted = 0
Cash = 0
Score = 0
Banned = 0
PHP код:
Admin = 5
VIP = 1
Wanted = 0
Kills = 0
Deaths = 0
Jailed = 0
Muted = 0
Cash = 0
Score = 0
Banned = 0
◘Jeton - For providing this awesome Administrator script (even i've gone through all his script editing some grammar mistakes, and making it fit for my gamemode)
◘****** - For the Y_INI
◘Zeex - For ZCMD
◘Incoginto - For sscanf.
◘Darco - For Dini
◘Me(Affliction) - For scripting the whole gamemode.
(I am so sorry if I forgot anyone, just tell me on the comments below if I did. That'd be appreciated!)
◘ Bugs ◘
PHP код:
No bugs found yet.
Download
Feel free to provide mirrors, and please do not forget to send me a feedback on the comments
You can remove the credits, do whatever you want with the script.