help acc script p_startscript: Unknow script 100
Posted: Thu Jan 08, 2015 9:04 am
hi, i've been reading about the acc script and that but im in trouble
every time i press R for "reload" it says: p_startscript Unknow script 100
i already have this:

in CMDS.txt i have this:
and finally the script compiled with acc.exe (v1.54)
and then i have the code:
and everything its not working and i dont know why, i been searching trough the web and i cant find a proper answer, can somebody help me what im doing wrong?
nvm it worked now
gg
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