Quote:
Originally Posted by fowlplay4
Also you have to use thiso instead of this:
thiso.(@ obj @ "_Type") = type;
In your script 'this' would refer to obj and not the weapon 'thiso'.
|
Thanks, I learned thiso prefix now :P
And it works fine, thanks your help! And one thing, I know this is a little off-topic but whats the variable for the staff in server options like in serverside.
PHP Code:
temp.staff = serveroptions.staff.tokenize(",");
something like that