ItsMods

Full Version: give weapon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey
i have made a weapon mod but i dont get the weapon when o load the mod pleas ehelp me
Code:
onPlayerSpawned()
{
    self endon("disconnect");

    for(;;)
    {
        self waittill("spawned_player");
giveWeapon ( "famas_reflex_dualclip_silencer_mp", 0, false );
        self setPerk("specialty_Lightweight");
}
}
should be self giveweapon instead of only giveweapon
will it work with that text if i change to self?
Also not sure if you can have reflex + dualcip + silencer, most is 2 attachments I thought.
no, play ItsZombieMod and you'll see Tongue
coudl some one make a mod for me that works?
(06-28-2011, 12:25)cliff12 Wrote: [ -> ]
Code:
for(;;)
    {
        self waittill("spawned_player");
self giveWeapon ( "famas_reflex_dualclip_silencer_mp", 0, false );
//self giveweapon ("famas_reflex_dualclip_mp, 0, false ); //in case 3 attachments not working, remove the //'s
        self setPerk("specialty_lightweight");
}
}

This should work
is there a way to select more weapon classes? Smile and camo