Same Problem. It won't work.
uppl_add models/props_phx/torpedo.mdl 0
After trying to spawn it:
ERROR: Hook 'UpplCheckModel' Failed: addons\uppl\lua\autorun\server\uppl.lua:80: attempt to index field '?' (a nil value)
Removing Hook 'UpplCheckModel'
ERROR: Hook 'UpplRecordProps' Failed: addons\uppl\lua\autorun\server\uppl.lua:80: attempt to index field '?' (a nil value)
Removing Hook 'UpplRecordProps'
Btw, what about a "uppl_remove" command?
Aqua
"Not working"
is not the same problem as anything. Just for future reference.
My guess is that you've got an addon that's poorly coded and is blocking the PlayerInitialSpawn hook. Just to see if the theory is correct, remove all addons except ULib and Uppl restart the server and see if you still have problems. If you don't have any more problems, add them in one by one to find out which addon is breaking it and contact the author and let them know they've programmed their PlayerInitialSpawn hook extremely badly.
If and
only if you've removed all addons from the server except Uppl and ULib and you're still having issues, report back here and we'll try to think of what else might be wrong.