It can't run any arguments with strings in them without the map freaking out.
Why doesn't it compile right if there are strings in your arguments?
Ex.
This works:
if(ValidEntity(ACTIVATOR)) then ACTIVATOR:Ignite(); end
This doesn't:
if(ValidEntity(ACTIVATOR)) then ACTIVATOR:SetModel("models/editor/playerstart.mdl"); end
How much ram do you have
12 GB. And that has nothing to do with this, thanks.
run a defrag
Perhaps try using a single quote instead of a double quote?
Use [[ and ]] for quotes.
There's no way the compiler will mistake those for anything.
Worked (single quotes), thank you!
Sorry, you need to Log In to post a reply to this thread.