Help with /me
#1

So,im admin on a RP server and i was thinking when i finish helping someone to do /me that is 20% professional and 70% funny something like /me claps his hands and magically disappear ,any ideas for this kind of /me's?thanks
Reply
#2

Umm, how about /me claps his hands and magically disappear?
Reply
#3

Quote:
Originally Posted by Twisted_Insane
Посмотреть сообщение
Hey, I just made one for you! Change the colour if you want:


pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/me", true, 3)) // 3 is the length of /me
    {
        if(!cmdtext[3])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /me [action]");
        new str[128];
        GetPlayerName(playerid, str, sizeof(str));
        format(str, sizeof(str), "* %s %s", str, cmdtext[4]);
        SendClientMessageToAll(0xFFFF00AA, str);
        return 1;
    }
    return 0;
}
Hope I could help!
Try searching first... It is easier and you don't have to make new threads.

Edit: Please explain it better if you are not searching for this.
Reply
#4

Quote:
Originally Posted by FlawPaw
Посмотреть сообщение
Umm, how about /me claps his hands and magically disappear?
Well,i want something different then this,it was just an example
Reply
#5

what about /me claps his hands and magically appears?
Reply
#6

This is rather a pointless thread, you want something professional? You don't do ridiculous /me's that involves metagaming and 'trolling', yes, an admin might be OOC but it's immature. I'd rather say something such as ''Thank you for using the /report feature, please do contact us if you need any further assistance." and set it as a keybind.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)