Post: code for no gun or care package in hand
12-16-2010, 12:37 PM #1
iJokaa
Haters Keep Me Going Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({}); does anyone have the a code for when you spawn you dont have a gun lol or you spawn with a care package in your hand abit like juggernaught zombies. or the code on the unkn0wns patch "remove gun" but so i can takes someones gun
(adsbygoogle = window.adsbygoogle || []).push({});
12-16-2010, 09:25 PM #11
iJokaa
Haters Keep Me Going Winky Winky
[/COLOR]
Originally posted by CODGlitcha View Post
set it like this:

    menu.name[1]="Get Marker";
menu.function[1]=(directory of where script is)::givemarker;
menu.input[1]=self.input;
menu.name[2]="Remove Weapons";
menu.function[2]=(directory of where script is)::takeweapons;
menu.input[2]=self.input;


paste code in the your chosen directory

    takeweapons()
{
self takeAllWeapons();
}

givemarker()
{
self _giveWeapon("airdrop_marker_mp");
}


if i put this in the player menu should i take out the self:input

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo