[GameMode] My First GM - Zombie Vs Human
#1

Hello

Today I Will Give You My GameMode Its :


-_-_-_Zombie Vs Human / CS_-_-_-

The GM Have

5 Maps :

The Mountain.
The City.
The Farm.
The Hospital.
The restaurant.

Auto Change Map After 5 Min.

2 Teams (Zombie - Human).

Shop (Checkpoint).

Team Commands.

Every Map Loaded Will Auto Change The Map Name & GameMode Name

Spawn Shop

When Zombie Kill Human -> Human Will Be In Zombie Team.

Weapon Shop.

5 Min For Each Map.


Код:
GM Can Be (Zombie Vs Human / Counter Strike, What ever You Want)
-_-_-_GameMode Commands_-_-_-

/class -> To Change Player Class.

/Rules -> To See Server Rules.

/Cmap -> To See The Correct Map.

/Nmap -> To See The Next Map.

/Buy -> To Enter Weapons Dialog (Only In Spawn/Checkpoint)

/Die -> Kill Player / If Stuck

/Heal -> To Heal Player (Only In Spawn/Checkpoint)


~~ Screenshots ~~





























~~ DOWNLOAD ~~

Pastebin

4Shared



If You Like My GM
Please Comment And +Rep

Reply
#2

No Comments
Reply
#3

Up...
Reply
#4

Quote:

/Die -> Kill Player / If Stuck

Why killing if stuck? Just get player pos and set the same pos with Z coordination + 5.0. Anyway, I like objects.
Reply
#5

Gonna Test Your Gm
Reply
#6

Nice Gm +Rep
But You Should Add Timer For Next Map
Reply
#7

Quote:
Originally Posted by Riddick94
Посмотреть сообщение
Why killing if stuck? Just get player pos and set the same pos with Z coordination + 5.0. Anyway, I like objects.
I Mean /die -> it kill player / and kill player if it stuck or something happen
Reply
#8

Quote:
Originally Posted by samp_boy
Посмотреть сообщение
Nice Gm +Rep
But You Should Add Timer For Next Map
I Add 5 min for each map, But there is no countdown clock

And Thanks For +Rep
Reply
#9

nice
Reply
#10

add a /sync cmd if stuck


use mine

pawn Код:
if(strcmp("/sync", cmdtext, true) == 0)
{
new Float:pX,Float:pY,Float:pZ;
GetPlayerPos(playerid,pX,pY,pZ);
SetPlayerPos(playerid,pX+2,pY+2,pZ+2);
SendClientMessage(playerid, 0x9ACD32AA,"You Have Just Syncronized");
}
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)