[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


Messages In This Thread
MDM v1 - by lamarr007 - 28.01.2012, 13:48
Re: MDM v1 - by MasterJoker - 28.01.2012, 13:54
Re: MDM v1 - by lamarr007 - 28.01.2012, 14:01
Re: MDM v1 - by Niko_boy - 28.01.2012, 14:07
Re: MDM v1 - by lamarr007 - 28.01.2012, 14:08
Re: MDM v1 - by MasterJoker - 28.01.2012, 14:09
Re: MDM v1 - by lamarr007 - 28.01.2012, 14:12

Forum Jump:


Users browsing this thread: 3 Guest(s)