[GameMode] Deathmatch Starter Kit [For Newbies]
#10

Quote:
Originally Posted by Marshall_Banks
Посмотреть сообщение
Alright here are the bugs i have found.

1. The commands in the onplayercommandtext callback dont work, but converting them to dcmd worked like
Код:
COMMAND:amenu(playerid, params[])
{
        if(IsPlayerAdmin(playerid))
        {
        ShowMenuForPlayer(AMenu, playerid);
        TogglePlayerControllable(playerid, false);
        } else SendClientMessage(playerid, red, "Error: You must be an Administrator to use that command.");
        return 1;
        }
2. When you spawn after death, you spawn with akimbo tec 9s, akimbo colts, and a knife(nothing in the onplayerspawn that gives weapons)
You can fix that.

pawn Код:
4,1,22,136,28,200);
knife, dual colts, 136 ammo, akimbo micro uzi's, 200 ammo
pawn Код:
3,1,24,70,27,70);
nitestick, desert eagle, 70 ammo, spas12, 70 ammo

They are in AddPlayerClass, change them if you like.

Here's a link to some weapon id's.
Reply


Messages In This Thread
Deathmatch Starter Kit [For Newbies] - by TheHoodRat - 21.09.2010, 03:35
Re: Deathmatch Starter Kit [For Newbies] - by Kitten - 21.09.2010, 03:38
Re: Deathmatch Starter Kit [For Newbies] - by TheHoodRat - 21.09.2010, 03:41
Re: Deathmatch Starter Kit [For Newbies] - by SunnyBoy - 21.09.2010, 15:02
Re: Deathmatch Starter Kit [For Newbies] - by TheHoodRat - 21.09.2010, 18:54
Re: Deathmatch Starter Kit [For Newbies] - by Basicz - 21.09.2010, 23:10
Re: Deathmatch Starter Kit [For Newbies] - by SunnyBoy - 22.09.2010, 13:31
Re: Deathmatch Starter Kit [For Newbies] - by Marshall_Banks - 23.10.2010, 23:23
Re: Deathmatch Starter Kit [For Newbies] - by Marshall_Banks - 24.10.2010, 04:15
Re: Deathmatch Starter Kit [For Newbies] - by TheHoodRat - 24.10.2010, 05:39

Forum Jump:


Users browsing this thread: 1 Guest(s)