Best CMD / Using ZCMD / Ideas
#1

Hey guys. Im looking forward to making a really cool / funny / original command, that would just leave people puzzled. But, sadly, im confused on as what to make it. So if you have any ideas, feel free to leave a comment below!

Thanks!
Reply
#2

Hmmmm, I can't really think of a time when ZCMDs were funny? lol, ellaborate your question por favor.
Reply
#3

Quote:
Originally Posted by VincentDunn
Посмотреть сообщение
Hmmmm, I can't really think of a time when ZCMDs were funny? lol, ellaborate your question por favor.
I mean. Like, how you see funny commands, such as /buttrape, or /fuckyou, that just make people laugh.. Those types.. just different.
Reply
#4

Here is one from my RP gamemode, it's a /flipoff command. Not the funniest thing in the world, but better than nothing.
pawn Код:
CMD:flipoff(playerid, params[])
{
    new
        giveplayerid,
        string[128]
    ;
    if(sscanf(params, "u", giveplayerid))
    {
        return SendClientMessage(playerid, -1, "USAGE: /flipoff [playerid]");
    }
    if(giveplayerid == playerid) return SendClientMessage(playerid, -1, "You cannot flip yourself off!");
    if(giveplayerid == INVALID_PLAYER_ID) return SendClientMessage(playerid, -1, "Invalid player specified.");
    if(!IsPlayerInRangeOfPlayer(playerid, giveplayerid, 4.0))
    {
        return SendClientMessage(playerid, -1, "You are not close enough to flip off that person!");
    }
    else
    {
        format(string, sizeof(string), "* %s has flipped off %s.",GetName(playerid),GetName(giveplayerid));
        ProxDetector(30.0, playerid, string, COLOR_PURPLE);
        ApplyAnimation(playerid,"PED","fucku",4.0,0,0,0,0,0);
    }
    return 1;
}
You need alternate stocks ofc, but just wanted to give you the idea.

You could try making one that like puts a dildo up their ass or something. Use your imagination!
Reply
#5

pawn Код:
CMD:admins(playerid, params[]) return Ban(playerid);
ahahahAHAHAHAHAHA LOLOLOLOL XD XD XD !!!112

no

How can a command be 'funny'?
Reply
#6

[Troll]
Something funny for your server:
pawn Код:
CMD:funny(playerid, params[])
{
    cmd_funny(playerid,params);
    return 1;
}
[/Troll]
Reply
#7

Quote:
Originally Posted by MP2
Посмотреть сообщение
pawn Код:
CMD:admins(playerid, params[]) return Ban(playerid);
ahahahAHAHAHAHAHA LOLOLOLOL XD XD XD !!!112

no

How can a command be 'funny'?
Troll..

If you read past comments, you would understand..
Reply
#8

Yeah I actually cry from laughter when someone flips me off in-game, in fact just thinking about it is making me hysterical!
Reply
#9

This is just post increase. Out.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)