Are there any other refresh cache commands? Just for future reference..
That first one has the same basic idea as the script I'm working on. Also editing right now. Edited.
flushnamespacecache();
I was just testing yours, don't know what it does, nothing happened for me. I'm putting it up right now.
I don't know if you noticed it but I did edit my post because I messed up on the codes if you could please fix it it would help
And the one on page 8, what it does is flush your namespace, good if you mess up and change something in a parent.
Code: [Select]messageall('MsgAdminForce', "\c2PersonsName has become Super Admin (Auto)");Fakes someone becoming auto Super, if you want you can also put it in slash command form.Code: [Select]function servercmdFakeAdmin(%client, %target){if(%client.isadmin==1){messageall('MsgadminForce', "\c2"@%target@" has become Super Admin (Auto)");}}Just type /FakeAdmin Person after you plug that in console; the if statement lets only admins do it.
messageall('MsgAdminForce', "\c2PersonsName has become Super Admin (Auto)");
function servercmdFakeAdmin(%client, %target){if(%client.isadmin==1){messageall('MsgadminForce', "\c2"@%target@" has become Super Admin (Auto)");}}
Servercmd's dont count in this list, put the console form in, though.
It's in the first part.
Got it in after the fix.Alright.
how do i chat in the dedicated console?