Poll

Is this list worthy of a sticky?

Yes
No
Needs more commands

Author Topic: Big list O' Console Commands!  (Read 133807 times)

Are there any other refresh cache commands? Just for future reference..

flushnamespacecache();

That first one has the same basic idea as the script I'm working on. Also editing right now. Edited.

You're a cigarette, you didn't put mine up there.

EDIT:stuff double post.

flushnamespacecache();

I was just testing yours, don't know what it does, nothing happened for me. I'm putting it up right now.

I was just testing yours, don't know what it does, nothing happened for me. I'm putting it up right now.

And the one on page 8, what it does is flush your namespace, good if you mess up and change something in a parent.

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

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

Got it in after the fix.

And the one on page 8, what it does is flush your namespace, good if you mess up and change something in a parent.
Alright.

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.

Just incase you missed it.

Servercmd's dont count in this list, I put the console form in, though.
« Last Edit: September 24, 2009, 08:20:37 PM by BobSevenSevens »

Servercmd's dont count in this list, put the console form in, though.

It's in the first part.

It's in the first part.

Sorry, I meant to say that I put the console command part in, edited my post.

how do i chat in the dedicated console?


Got it in after the fix.
Alright.

No, you didn't, It still shows that the command has the (Event_Conditionals) when it should be (ADDON NAME HERE)

how do i chat in the dedicated console?

commandtoserver('messagesent', "Message here");