every time i press R for "reload" it says: p_startscript Unknow script 100
i already have this:

in CMDS.txt i have this:
Code: Select all
#library "CMDS"
#include "zcommon.acs"
Script 100 (VOID) NET
{
GiveInventory("Reloading", 1);
}
and then i have the code:
Code: Select all
addmenukey "Reload" reloader
alias reloader "puke 100"
defaultbind R reloader
nvm it worked now
gg