i was told through Carters addon pack forums that garry may have broken something in his last update. seems that whenever i try to spawn anything but the manuel under the spacebuild tabs it just says that im trying to use a NULL entity. is this because of garry or is it something i missed? here is a list of what i have in addons.
SBEP-
Entitys
Experimental
Models
Weapons
Fortifications.
LS3-
ents
GasSystems
resources
Dynamic_Gibs
SG-Mod 9.0
stargate
stargate_resources
cap
cap_resources
CDE
Catdaemon_stargate
gmdm_resources.
advanced duplicator
wire
wire model pack 1
those are my addons. is there anything im missing or is this really something garry did?
Afaik you have to use lowercase everytime you use ents.Create now.
[lua]
local oldshit = ents.Create
function ents.Create(class)
class = string.lower(class)
oldshit(class)
end
[/lua]
You just run that and it should be fine.
i dont understand
[QUOTE=Daedalus;26742938]i dont understand[/QUOTE]
lowercase
-UPPERCASE-
Correct me if I am wrong.
[QUOTE=Civil;26750956]lowercase
HIGHERCASE
Correct me if I am wrong.[/QUOTE]
I think you mean 'UPPERCASE'.
--snip--
[QUOTE=whosdr;26752885]I think you mean 'UPPERCASE'.[/QUOTE]
Thank you for correcting my English since I am a learning Swede.
[QUOTE=Wizard of Ass;26740450]Afaik you have to use lowercase everytime you use ents.Create now.
[lua]
local oldshit = ents.Create
function ents.Create(class)
class = string.lower(class)
oldshit(class)
end
[/lua]
You just run that and it should be fine.[/QUOTE]
So, back to the question at hand, what is Daed supposed to do with that block of code?
[QUOTE=Wizard of Ass;26740450]
[b]You just run that and it should be fine.[/b][/QUOTE]
I'm not going to explain how to create a file, change its type to lua and save this code into it.
yeeeaa see im not that smart.....i can model but not code......unless i have a step by step im pretty much a dud in matters like these.
[QUOTE=Civil;26758722]Thank you for correcting my English since I am a learning Swede.[/QUOTE]
You're very welcome.
Sorry, you need to Log In to post a reply to this thread.