[GameMode] Halloween Zombie-Mod 2 [EXP,Custom Map,0.3d Features] [0.3d RC7+]
#1



First thread: https://sampforum.blast.hk/showthread.php?tid=186602
Update 1 : Fixed Cells commands , fixed buy menu bug

Description: During this past few years (2,3 years) i been working on every holiday i can make a gamemode for that last year i made a Christmas gamemode which was totally epic mini-mission kind , and i also made an Halloween Zombie-Mod gamemode last year alot of people loved it so why not this year i said , why not make a second one but more advanced made the city of Las Venturas even more extreme horror themed with the SA-MP 0.3d features added few cool sounds at http://pamp3.site40.net/zombie add few spirites and textdraws and also made the themed "zombie" , "horror" like let's get on to the features of this gamemode.

Features:

-0.3d Features some of them.
-Zombie Like audio at http://pamp3.site40.net/zombie
-Ambient
-Zombie Team with no weapons at all.
-Human team with a shotgun start
-Experience Points
-Buy menu
-Checkpoint buymenu
-Barriers
-Human spawn covered
-Few new textdraws
-over 100 objects
-over 20 cars.
-map icons
-random skins on spawn
-zombies can kill humans with fist by 'punching' the humans every hit makes the humans lose '10' hp.
-all commands are dialog based.

Video:

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

Requirements:

ZCMD by Zeex - https://sampforum.blast.hk/showthread.php?tid=91354

Download:

NEW:
http://solidfiles.com/d/130a7/
http://pastebin.com/Ftsrrzmi


OLD:
http://solidfiles.com/d/80e4c/
http://pastebin.com/heCQSnHv
Reply
#2

Very Nice Dude
Reply
#3

Wow man awesome work rep !
Reply
#4

Quote:
Originally Posted by SampEver1
Посмотреть сообщение
Wow man awesome work rep !
thanks
Reply
#5

pawn Код:
CMD:cmds(playerid,params[])
{
    new PCommands[1024];
    PCommands[0]='\0';
    strcat(PCommands, "{EFED7A} /buy , /cmds , /rules , /help \n", 1024 );
    ShowPlayerDialog( playerid, 9046, DIALOG_STYLE_MSGBOX , " {00FF19}Server Public Commands " , PCommands , "Ok" , "Close " ) ;
    return 1;
}
can we add another 2000 cells? To make it more efficient of course.
Reply
#6

Gotta love the mapping of it, great job!
Reply
#7

I think your seasonal releases are always fun Kitten. Once again you have not let us down.
Great work, thankyou for sharing. +rep
Reply
#8

I hate u Kitten! Y do u make these great GMs. The fist 0.3D GM release right? /me want create GM too .
Looks great. Looking forward for Christmas version.
Reply
#9

Can someone yell at him with me?

I mean the way you created these commands are utter shit, you need to damn improve them!

pawn Код:
CMD:cmds(playerid,params[])
{
    new PCommands[1024];
    PCommands[0]='\0';
    strcat(PCommands, "{EFED7A} /buy , /cmds , /rules , /help \n", 1024 );
    ShowPlayerDialog( playerid, 9046, DIALOG_STYLE_MSGBOX , " {00FF19}Server Public Commands " , PCommands , "Ok" , "Close " ) ;
    return 1;
}

CMD:rules(playerid,params[])
{
    new RulesZ[1024];
    RulesZ[0]='\0';
    strcat(RulesZ, "{FF0202}1. {EFED7A} No Spamming\n", 1024 );
    strcat(RulesZ, "{FF0202}2. {EFED7A} No Hacking \n", 1024 );
    strcat(RulesZ, "{FF0202}3. {EFED7A} No Caps \n", 1024 );
    strcat(RulesZ, "{FF0202}4. {EFED7A} Disrespect = Ban\n", 1024 );
    strcat(RulesZ, "{FF0202}5. {EFED7A} Asking for admin will result a ban\n",1024);
    strcat(RulesZ, "{FF0202}6. {EFED7A} No Spawn Killing\n",1024);
    strcat(RulesZ, "{FF0202}6. {EFED7A} No Team Killing\n",1024);
    ShowPlayerDialog( playerid, 9050, DIALOG_STYLE_MSGBOX , " {00FF19}Server Rules " , RulesZ , "Ok" , "Close " ) ;
    return 1;
}

CMD:help(playerid,params[])
{
    new HelpZ[1024];
    HelpZ[0]='\0';
    strcat(HelpZ, "{FF0202} In this Gamemode you will be a zombie or a human\n", 1024 );
    strcat(HelpZ, "{FF0202} you will have to survive in Vegas because of the horror that happened during halloween \n", 1024 );
    strcat(HelpZ, "{FF0202} you must kill zombies earn exp and money to buy more weapons to give you more chance of surviving \n", 1024 );
    strcat(HelpZ, "{FF0202} this is halloween zombie mod 2 made for halloween speciality \n", 1024 );
    ShowPlayerDialog( playerid, 9060, DIALOG_STYLE_MSGBOX , " {00FF19}Server Help " , HelpZ , "Ok" , "Close " ) ;
    return 1;
}
JUST LOOK HOW MANY CELLS YOU'RE USING, YET YOU DIDN'T EVEN COUNT HOW BIG THE STRING IS.

lol'd
Reply
#10

Quote:
Originally Posted by Kitten
Посмотреть сообщение
thanks
dude the chat thing dont work the messages dont come up?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)