[GameMode] Apocalyptic Survival Roleplay [0.1.0] - 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: Gamemode Scripts (
https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Apocalyptic Survival Roleplay [0.1.0] (
/showthread.php?tid=658909)
Apocalyptic Survival Roleplay [0.1.0] -
Ciandlah - 15.09.2018
Over the past few months I have taken my free time to just do a little project that I was going to continue but however I have lost interest in continuing this project at this current time. I may go back to the project and update it a little bit, but for certain I know that I will not be continuing the development of this right now.
Over the past couple of nights I have been humming and harring about releasing this gamemode as that, it was alot of fun to actually make something like this. I will probably regret releasing this after a few months, but at this time I would also like to show everyone a new release of mine, as I will be building a Freeroam server over the next couple of months hopefully.
Credits
(Please if you do use this code, to leave the credits inside)
Main Developer - Ciandlah
Bug Assistance - pisd ETI
Features- Zombie Class
- Human Class
- Factions
- Cities
- Door System
- Fort System (You can build forts in game while using /buildfort)
- Custom Maps
- Random Vehicles Placements
- Login & Registration System
- Roleplay Questionaire System
- /help for commands and server info is in DIALOG
- Custom Player Textdraws
- General Roleplay Commands
- Inventory System
- Rag system for /skin to change clothes
- /stats system
- Automatic Update for Experience Points
- Bite System for Zombies
REQUIRED PLUGINS/INCLUDES TO MAKE THE GAMEMODE RUN
sscanf 2.8.1 https://sampforum.blast.hk/showthread.php?tid=120356
streamer 2.6.1 https://sampforum.blast.hk/showthread.php?tid=102865
Download Links
https://www.dropbox.com/s/trbsoc6q07...vival.rar?dl=0
Re: Apocalyptic Survival Roleplay [0.1.0] -
Danielwitewicky - 16.09.2018
looks nice , lemme try
Re: Apocalyptic Survival Roleplay [0.1.0] -
tysanio - 16.09.2018
gonna test soon
seems a great start for zombie server!
Gonna try it to change into mysql
Re: Apocalyptic Survival Roleplay [0.1.0] -
Ciandlah - 16.09.2018
Quote:
Originally Posted by tysanio
gonna test soon
seems a great start for zombie server!
Gonna try it to change into mysql
|
Its a very basic YINI saving and loading system, I think in total like 200 lines for the whole system. So it wont be hard to do it in mysql. I have a mysql version, however i dont want to release it just yet.
Re: Apocalyptic Survival Roleplay [0.1.0] -
iLearner - 16.09.2018
Well done Ciandlah and pisd eti.
I highly recommend adding images.
Re: Apocalyptic Survival Roleplay [0.1.0] -
Ciandlah - 16.09.2018
Quote:
Originally Posted by iLearner
Well done Ciandlah and pisd eti.
I highly recommend adding images.
|
Cheers man, I'll add some pictures this week
Re: Apocalyptic Survival Roleplay [0.1.0] -
benjaminjones - 16.09.2018
are there npc zombies
Re: Apocalyptic Survival Roleplay [0.1.0] -
Ciandlah - 16.09.2018
Quote:
Originally Posted by benjaminjones
are there npc zombies
|
No there is not. However not hard to add a filterscript
Re: Apocalyptic Survival Roleplay [0.1.0] -
EzeGODezE - 22.09.2018
streamer+sscanf does not work i got the right versions
Re: Apocalyptic Survival Roleplay [0.1.0] -
Ciandlah - 22.09.2018
Quote:
Originally Posted by EzeGODezE
streamer+sscanf does not work i got the right versions
|
Make sure that your streamer and sccanf is like so in your server cfg file
Код:
plugins streamer sscanf
Also make sure you have the latest includes, which should already be in the files
Код:
#include <a_samp>
#include <streamer>
#include <zcmd>
#include <foreach>
#include <sscanf2>
#include <YSI\y_ini>
The code does work buddy, youll just have to figure out where you went wrong. I highly doubt you have the latest download if its not working