Command Help!
#1

i use stevo's gamemode and i added a command but when i try it it say unknown command

Код:
dcmd_gunpack(playerid,params[])
{
    #pragma unused params
    if(IsRegularPlayer[playerid] != 1337)
	{
	    SendClientMessage(playerid,COLOR_ERROR,"You must be a regular player to use GunPack.");
	    return 1;
	}
	if(IsRegularPlayer[playerid] == 1337)
	{
        GivePlayerWeapon(playerid, 26, 1000);
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Command Help! - by nor15 - 25.01.2013, 19:54
Re: Command Help! - by ViniBorn - 25.01.2013, 20:05
Re: Command Help! - by IPrototypeI - 25.01.2013, 20:08
Re: Command Help! - by nor15 - 25.01.2013, 20:43

Forum Jump:


Users browsing this thread: 1 Guest(s)