Author Topic: Making an emote - Need control help  (Read 2433 times)

1: Don't name it EmoteCmd, that's what you replace with the command name for /

What? You mean the chatbox command like "/emote"?


Code: [Select]
serverCmdLove(%client)^Example^ (Would be /Love in chat)

See? This is why you need a messenger. -_- Doing this in posts is handicapped.

Im not using your virus thriving teenager chat rooms. :P

« Last Edit: September 20, 2008, 06:44:16 PM by IcyGamma »

MSN is not a chat room, nor is it "virus thriving". It makes this stuff a lot simpler, though.


What do I put in EmoteFunction?

« Last Edit: September 20, 2008, 06:59:16 PM by IcyGamma »

You triple-post. You loss 75% of respect points.

Yet I'm still ahead of you.

Anyways I get emotefunction unknow command, except I changed all the emote function stuff and it still
appears.

EDIT: Actually its ok I figured it out.

ANOTHER EDIT: Awww now it isnt appearing in control and to top that off its giving servercmd unknown commands and random emotefunction commands, when it doesn't even say that! AWWWWWWW
« Last Edit: September 20, 2008, 07:12:51 PM by IcyGamma »

ANOTHER EDIT: Awww now it isnt appearing in control and to top that off its giving servercmd unknown commands and random emotefunction commands, when it doesn't even say that! AWWWWWWW
Did you change all of the coloured bits? Send me what you have if you can't work it out.

Im using a text editor, not a scripting program.

If you're not saving it as a .cs it won't work, you might be doing that

ITs come up with (emote CMD just an example):

Quote
base/client/scripts/allclientscripts.cs (17167) Unable to find object: 'noshiftmovemap' attempting to call function 'pop'
servercmdemote: unknown command

Im using a text editor, not a scripting program text editor.
Scripting is done in stuff like Notepad++ and Notepad2, they are basically Notepad (text editor) but with more features for reason script language.