SA-MP Forums Archive
[GameMode] The Land Of Death (rescript) - 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] The Land Of Death (rescript) (/showthread.php?tid=566929)



The Land Of Death (rescript) - Michael@Belgium - 09.03.2015



The Land Of Death
Intro
First of all, yes. You saw the name of the gamemode before and yes, it is a rescript of it. And more specific: a rescript from scratch. But anyway, I never touched or made a zombie gamemode before, so I grabbed one from these forums and you're the lucky one: VinPure. So hereby you get credits for your gamemode as without your gamemode i couldn't get started.

But for now lets talk about my rescript !

Features
The current features i have are this: Requirements
Q: What do i need to run this gamemode ?
A:

Plugins: Includes:
Settings
pawn Код:
#define GNAME       "TLOD 1.0"
#define MNAME       "|-[LandDeath]-|"
#define HNAME       "The Land Of Death"

#define MAX_ZOMBIES     100
#define MAX_PLAYERS     30
#define MAX_VEHICLES    50
#define MAX_INV_ITEMS   50

//try to do the total amount less than 1000 (1000 = max objects)
#define MAX_ITEMS       350
#define MAX_DEERS       50
#define MAX_TREES       450
#define MAX_BOXES           100

#define SQL_PASSWORD    ""
#define SQL_USER        "TLOD"
#define SQL_DB          "TLOD"
#define SQL_SERVER      "127.0.0.1"
Credits Download
On my github

Extra Media
Random stream:

[ame]http://www.youtube.com/watch?v=UIqyjnlBbYs[/ame]

Another random stream:

[ame]http://www.youtube.com/watch?v=owc5R2NpT9w[/ame]


Re: The Land Of Death (rescript) - Gammix - 09.03.2015

I have been saying this for long time, "without screens, we cant judje your code's outlook and main scheme!".
And old users like you must not make such mistakes.


Re: The Land Of Death (rescript) - Sanady - 09.03.2015

Well I'am impressed, but there is easy way to define objects that you did here. You should define objects in array, then from array you will get info that you need. For me it's easy way to define them, but it's nice rescript


Re: The Land Of Death (rescript) - Medscripter - 09.03.2015

i go test it Now


Re: The Land Of Death (rescript) - DRCharlie - 09.03.2015

Only checked the .pwn, looks nice and similiar to the gamemode I am making, good job!


Re : The Land Of Death (rescript) - ManuelNeuer - 09.03.2015

MySQL ? Nah.


Re: The Land Of Death (rescript) - De4dpOol - 10.03.2015

Please add some pictures. Good work.


Re: The Land Of Death (rescript) - Younes44 - 10.03.2015

Good Job dude D:


Re: The Land Of Death (rescript) - Michael@Belgium - 10.03.2015

Quote:
Originally Posted by Gammix
Посмотреть сообщение
I have been saying this for long time, "without screens, we cant judje your code's outlook and main scheme!".
And old users like you must not make such mistakes.
Quote:
Originally Posted by De4dpOol
Посмотреть сообщение
Please add some pictures. Good work.
Is a stream of 1 hour and some pics enough ?

Quote:
Originally Posted by ManuelNeuer
Посмотреть сообщение
MySQL ? Nah.
You won't find anything else better than that. But everyone his own taste about saving stuff.


Re : The Land Of Death (rescript) - ManuelNeuer - 10.03.2015

can't you make another saving system?


Re: The Land Of Death (rescript) - DRCharlie - 11.03.2015

I'm also changing my gamemode to MYSQL so I can only agree with Michael's choice. SQL will reduce the server lag if there are many players on at the same time. Or if you need to save lots and lots of things.


Re: The Land Of Death (rescript) - Abagail - 11.03.2015

Why don't you use the streamer plug-in? 1000 can come very close if people want to add mappings; however I guess that's the choice the script has to make when scripting a gamemode. Anyways, other than that - it seems like a nice gamemode.


Re: The Land Of Death (rescript) - StarPeens - 11.03.2015

Pretty simple, but the to use in the future to make updates or even another gamemode that style, it would be great. +REP


Re: The Land Of Death (rescript) - amirab - 12.03.2015

don't know why but when i connect to server i will crash


Re: Re : The Land Of Death (rescript) - Mijata - 12.03.2015

Quote:
Originally Posted by ManuelNeuer
Посмотреть сообщение
can't you make another saving system?
make another


Re: Re : The Land Of Death (rescript) - Michael@Belgium - 16.03.2015

Quote:
Originally Posted by Abagail
Посмотреть сообщение
Why don't you use the streamer plug-in? 1000 can come very close if people want to add mappings; however I guess that's the choice the script has to make when scripting a gamemode. Anyways, other than that - it seems like a nice gamemode.
If i don't need it, i don't add it. So hereby i don't need more objects than 1000 currently. The gamemode is perfectly fine with that limit. If people wish to add custom mapping than yeah, the chance is high they'll need a streamer.

Quote:
Originally Posted by Mijata
Посмотреть сообщение
make another
I have a lot of free time lately, I might make another version with y_ini - or just all in one script.


Re: The Land Of Death (rescript) - Medscripter - 23.03.2015

it have A little Problem On Car Systeam Car Auto Sell When i Restart Server