[GameMode] [GM] Power Deathmatch
#1

Eyy,
i made this Gamemode, its my first, so dont think its a bad script xD.

I still wanna have my credits, Thx.

Cmds:

/DM : Shows a list of all DM's in the server

/DM1 = Uzi/Shawnoff Fight (Self made area)

/DM2 = Fight in 4D Casino

/DM3 = A DM in a old City

/DM4 = Deathmatch in Area 69

/DM5 = A DM in a SWA made town (Self made area)

/DM6 = A DM in Jefferson Hotel

/DM7 = A Sniper DM (Self Made Area)

/BigSmoke = A DM in Bigsmoke's Crackhotel

/MadDog = A DM in Maddogs Mansion

/Jizzy = A DM in Jizzy's Stripclub

/Nang = A DM On Danangs ship

/Lounge = A place without weapons, (self made area)

/Stunt = Tele to LS Airport with some stunts

/Atlantis = A tele under water, with some bikes and cars

/AFK & /Back = AFK cmd, it will (un)freeze u and "(un)Freeze" Ur hp

and /Credits /Help ofcourse

=========================

U will spawn in a Self made area, it looks like a stadium, and u can fight there with a deagle,
u can tele to other dm's,
I used SeifAdmin as admin script,

It also has a auto message, u can change it cuz it says the site/forum of my clan xD

Download: Click Here (.AMX)
Download: Click Here (.PWN)

Screens:
Click Here
Click Here
Click Here
Click Here

/imageshack/i/samp539.png/
/imageshack/i/samp542.png/

if u need something else, Say it plz cuz than i edit my post
Reply
#2

pawn Код:
if(strcmp(cmd, "/afk", true) == 0) { // AFK Feature by Jonty
    SetPlayerColor(playerid, COLOR_GREY);
    TogglePlayerControllable(playerid, 0);
    TogglePlayerSpectating(playerid, 1);
    SendClientMessage(playerid, COLOR_RED, "You are now AFK. Type /back to return.");                                                                                                                                                                                                                                                /*@t@h@i@s@ @f@e@a@t@u@r@e@ @c@o@d@e@d@ @b@y@ @j@o@n@t@y@ */
    return 1;
    }
    if(strcmp(cmd, "/back", true) == 0) { // Back Feature by Jonty
    TogglePlayerControllable(playerid, 1);
    TogglePlayerSpectating(playerid, 0);
    SetPlayerPos(playerid,-1347.6686,499.8203,18.2344);
    SetPlayerHealth(playerid, 100);
    SetPlayerArmour(playerid, 100);
    SetPlayerColor(playerid, COLOR_WHITE);
    SendClientMessage(playerid, COLOR_RED, "Welcome back!");                                                                                                                                                                                                                                                 /*@t@h@i@s@ @f@e@a@t@u@r@e@ @c@o@d@e@d@ @b@y@ @j@o@n@t@y@ */
    return 1;
Feel free to use this /afk and /back system as long as you don't remove the credits. You'll have to fix the SetPlayerPos in the /back to suit your own needs.
Reply
#3

Nice, but
the /AFK & /Back in my Gm are simple and good enough, Thx

btw,
if u only type /back, do u get full health and armour?
Reply
#4

yhea the afk mode is just fine
Reply
#5

Using it on my server ty

Edit; when i change the Web + Other stuff it dont save ~~ Please help
Reply
#6

it would be better if u include some pics

but Nice i got it on my server
Reply
#7

Nice GM! Got it in my server too
________
Ford pronto history
Reply
#8

Nice










I<3SFC !
Reply
#9

Quote:
Originally Posted by EPiC_LOG
Using it on my server ty

Edit; when i change the Web + Other stuff it dont save ~~ Please help
Srry, idk why that happened,
i never had that...
Reply
#10

paste some screenies .btw sounds cool
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)