When the player is killed I want them to have weapons disabled. The script disables their weapons when they are lying on the ground dead, but when they get up their weapons are enabled again. Help
PHP Code:
function onPlayerDies() {
setlevel2("jd_spar.nw",30.5,35);
disableweapons();
}