[GameMode] World of dm ( 1.0 ) launch
#1


This game mode and one that took me so long to do so that he min to complete this.
It is necessary to include streamer installed.
This game mode has all the commands in the lower zcmd include.

Game Mode :

It contains a system of speedometer;

Rise throughout Las Venturas;

Every time you are born, you are born with random weapons;

System stats in textdrawn;

Messaging random;

born randomly in each arena /telesdm.


Let's get down to business

Note:

*Prints;

*Bugs;

*Commands.


Prints














Bugs

Yes. has a bug where the player is born he will have to enter any cmd to exit the interior 0 ...

Ex : /drift and the bug just works with any server command.

place in OnGameModeInit callback to the guys who run nor cj :

pawn Code:
UsePlayerPedAnims();

MSGTimer = SetTimer("RandomMSGs",150000,1); : to activate random posts (OnGameModeInit)

Commands :

/telesdm : opened a dialogue with all commands dm.

pawn Code:
CMD:telesdm(playerid, params[])
{
    new telesdm[1500];
    strins(telesdm, "{FFAE00}/SHP\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/SNP\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/COMBAT\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/ROCKET\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/MINIGUN\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/EXT\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/MINIGUN\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/WALK\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/PINGA\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/SHITLOAD\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/PISTOL\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/GRENADE\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/SAW\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/TEC9\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/M4\n", strlen(telesdm));
    strins(telesdm, "{FFAE00}/TWELVE", strlen(telesdm));
    ShowPlayerDialog(playerid, 8439, DIALOG_STYLE_MSGBOX, "{F60000}• TELESDM •", telesdm, "Okay", "");
    return 1;
}

/commands 1~~3

pawn Code:
CMD:commands(playerid, params[])
{
    new commands[1500];
    strins(commands, "{FFAE00}/TELESDM\n", strlen(commands));
    strins(commands, "{FFAE00}/CREDITS\n", strlen(commands));
    strins(commands, "{FFAE00}/HELP\n", strlen(commands));
    strins(commands, "{FFAE00}/WEAPONS\n", strlen(commands));
    strins(commands, "{FFAE00}/SQUIB\n", strlen(commands));
    strins(commands, "{FFAE00}/ARMOR\n", strlen(commands));
    strins(commands, "{FFAE00}/HEALTH\n", strlen(commands));
    strins(commands, "{FFAE00}/DAM\n", strlen(commands));
    strins(commands, "{FFAE00}/RYDER\n", strlen(commands));
    strins(commands, "{FFAE00}/SWEET\n", strlen(commands));
    strins(commands, "{FFAE00}/BS\n", strlen(commands));
    strins(commands, "{FFAE00}/MANSION\n", strlen(commands));
    strins(commands, "{FFAE00}/ANDROMADA\n", strlen(commands));
    strins(commands, "{FFAE00}/SHAMAL\n", strlen(commands));
    strins(commands, "{FFAE00}/DERBY\n", strlen(commands));
    strins(commands, "{FFAE00}/DERBY2\n", strlen(commands));
    strins(commands, "{FFAE00}More commands /commands2", strlen(commands));
    ShowPlayerDialog(playerid, 8439, DIALOG_STYLE_MSGBOX, "{F60000}• Commands •", commands , "Okay", "");
    return 1;
}
pawn Code:
CMD:commands2(playerid, params[])
{
    new commands[1500];
    strins(commands, "{FFAE00}/LCY\n", strlen(commands));
    strins(commands, "{FFAE00}/STADIUM\n", strlen(commands));
    strins(commands, "{FFAE00}/BULLETSHOP\n", strlen(commands));
    strins(commands, "{FFAE00}/MD\n", strlen(commands));
    strins(commands, "{FFAE00}/STADIUM2\n", strlen(commands));
    strins(commands, "{FFAE00}/EXITI\n", strlen(commands));
    strins(commands, "{FFAE00}/AEROLV\n", strlen(commands));
    strins(commands, "{FFAE00}/AEROLS\n", strlen(commands));
    strins(commands, "{FFAE00}/AEROAB\n", strlen(commands));
    strins(commands, "{FFAE00}/AEROSF\n", strlen(commands));
    strins(commands, "{FFAE00}/AVENUE\n", strlen(commands));
    strins(commands, "{FFAE00}/ARCH\n", strlen(commands));
    strins(commands, "{FFAE00}/TRANS\n", strlen(commands));
    strins(commands, "{FFAE00}/LOCO\n", strlen(commands));
    strins(commands, "{FFAE00}/SPRAY\n", strlen(commands));
    strins(commands, "{FFAE00}/BOMB\n", strlen(commands));
    strins(commands, "{FFAE00}More commands /commands3", strlen(commands));
    ShowPlayerDialog(playerid, 8439, DIALOG_STYLE_MSGBOX, "{F60000}• Commands •", commands , "Okay", "");
    return 1;
}
pawn Code:
CMD:commands3(playerid, params[])
{
    new commands[1500];
    strins(commands, "{FFAE00}/LV\n", strlen(commands));
    strins(commands, "{FFAE00}/SF\n", strlen(commands));
    strins(commands, "{FFAE00}/LS\n", strlen(commands));
    strins(commands, "{FFAE00}/GROVE\n", strlen(commands));
    strins(commands, "{FFAE00}/CHILLIAD\n", strlen(commands));
    strins(commands, "{FFAE00}/AMUURURAL\n", strlen(commands));
    strins(commands, "{FFAE00}/AMUULS\n", strlen(commands));
    strins(commands, "{FFAE00}/AMUULV\n", strlen(commands));
    strins(commands, "{FFAE00}/AMMUSF\n", strlen(commands));
    strins(commands, "{FFAE00}/FIGHT1\n", strlen(commands));
    strins(commands, "{FFAE00}/FIGHT2\n", strlen(commands));
    strins(commands, "{FFAE00}/FIGHT3\n", strlen(commands));
    strins(commands, "{FFAE00}/FIGHT4\n", strlen(commands));
    strins(commands, "{FFAE00}/DRIFT\n", strlen(commands));
    strins(commands, "{FFAE00}/BJ1\n", strlen(commands));
    strins(commands, "{FFAE00}/BJ2\n", strlen(commands));
    strins(commands, "{FFAE00}/BJ3\n", strlen(commands));
    strins(commands, "{FFAE00}/BJ4\n", strlen(commands));
    strins(commands, "{FFAE00}/BJ5\n", strlen(commands));
    strins(commands, "{FFAE00}/BJ6\n", strlen(commands));
    strins(commands, "{FFAE00}/RC : ADM RCON\n", strlen(commands));
    strins(commands, "{FFAE00}/FLIP\n", strlen(commands));
    strins(commands, "{FFAE00}/LOCK\n", strlen(commands));
    strins(commands, "{FFAE00}/UNLOCK\n", strlen(commands));
    ShowPlayerDialog(playerid, 8439, DIALOG_STYLE_MSGBOX, "{F60000}• Commands •", commands , "Okay", "");
    return 1;
}
Credits : Diogo123 ( Tw0.P4c )
Icognitos (include the streamer)
Zex (I do not know if the name is right correct me if I'm wrong : Creator include zcmd)


Quote:

A previous version to new :

System administrator.
System Vip.
More commands.



Pasterbin :
Here

Include Streamer (Icognito)
Here

Include Zcmd
Here


End
sorry for my bad english
Reply
#2

good one
Reply
#3

Quote:
Originally Posted by Aloushi
View Post
good one
Tranks
Reply
#4

nice 4/10
Reply
#5

Quote:
Originally Posted by NaBeeL[NxT]
View Post
nice 4/10
Tranks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)