[FilterScript] MDM v1
#1


After long time, i release something what can be usefull for your Freeroam/Stunt/Drift/Fun server

Example of checking if is player in MDM for other commands you have :
pawn Код:
CMD:heal(playerid, params[])
{
    if(minigun[playerid] == 1) return SendClientMessage(playerid, c_red, "Error: This command canґt be use if youґre playing any DM.");
    SetPlayerHealth(playerid, 100.0);
    return 1;
}
!NOTE! :
If you want to DM 100% working with your server, you must merge this filterscript with your gamemode, or you must edit this :
pawn Код:
public OnPlayerSpawn(playerid)
{
    if(minigun[playerid] == 1) return minigun_play(playerid); else
    {
    //Your normal spawn scripts, this is only for example
    SetPlayerPos(playerid, 1958.3783,1343.1572,15.3746);
    }
    return 1;
}
INFO :
- Custom & simple Minigun Arena
(8 objects > CreateObject or CreateDynamicObject, just uncomment inside filterscript)
- Count of joined players
- Object load system
- After die you will auto-join back into MDM
- 113 Lines || 3.5Kb

ARENA SCREEN:

Uploaded with ImageShack.us

CREDITS :
- Me ( lamarr008 )
- Zeex for ZCMD

CHANGELOG :
Код:
28.1.2012 - First release
DOWNLOAD:
http://pastebin.com/5Hy431r3
http://solidfiles.com/d/de59f9a6f7/
Reply
#2

Nice. lol did you use some of my tutorials effort? because this looks familar.
Reply
#3

No, i have this "system" in my Gamemode one month ago I just create new area and re-do it to filterscript.
And your tutorial is really simple, this is a bit sophisticated
Reply
#4

Nice Presentation!
and nice release though!
Reply
#5

Thanks
Reply
#6

Is that so? sorry if i think you copy my tutorial btw nice Filterscript.

Logging out.
Reply
#7

Nothing and Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)