Attachment 273
Hi
I upload today new deathrunmaps for killtube but i have a questions.
on the new maps
mp_baxdr
mp_runnersend
are weapons for the runners.
How i can delete it??
Printable View
Attachment 273
Hi
I upload today new deathrunmaps for killtube but i have a questions.
on the new maps
mp_baxdr
mp_runnersend
are weapons for the runners.
How i can delete it??
I'm not sure if its weapon_NAME (May someone else could complete it then ;D)
but then it should be:
PHP Code:
delWeapon("weapon_thompson");
delWeapon("weapon_mp44");
delWeapon(ent)
{
ent = getEntArray(ent, "classname");
for(i = 0; i < ent.size; i++)
ent[i] delete();
}
i GUESS it was "weapon_" + weaponName like:
"weapon_mp44_mp"
model name = weapon_NAME
item name = NAME_mp
classname = weapon_NAME_mp