Author Topic: /freeannouce command.  (Read 813 times)

Here is a bit of code I "Borrowed" from someone else using the consul:

Code: [Select]
function servercmdfreeannounce(%client,%what){announce(%client.name SPC %what);}
When I say "/freeannounce Testing", nothing happens and this pops into the  blockland.exe window:

Code: [Select]
base/client/scripts/allClientScripts.cs (17319): Unable to find object: 'NoShift
MoveMap' attempting to call function 'pop'

Am I making any mistakes or running it wrong?

Why are you taking stuffs I was randomly putting into nixill's console?


Oooookaay.

Are you trying to use it as a serverhost or as a client?


The NoShiftMoveMap error is a result of IGSO being stuff.

So, removing IGSO will fix it?

No, because announce is an IGSO command as far as I know.

announce is not an IGSO command.


At any rate, you can't define a servercmd as a client.

Here is a bit of code I "Borrowed" from someone else using the consul:

Code: [Select]
function ServerCmdFreeAnnounce(%Client,%What)
{
MessageAll(' ',"\c3Announcement\c6:" SPC %What);
}
I don't believe Announce is a command by itself, I think Rky made it using that messageall, Also, Freeannounce isnt that usefull in game..

Why are you taking stuffs I was randomly putting into nixill's console?

Because my KillRadius was too long for him to copy.

EDIT: Also, Yes Quantum, You have to he the host of the server to use console, unless the server has an eval like Nix's
« Last Edit: November 29, 2008, 07:14:12 PM by Slicksilver555 »