Best CMD / Using ZCMD / Ideas -
Joshb93 - 28.04.2012
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!
Re: Best CMD / Using ZCMD / Ideas -
ReneG - 28.04.2012
Hmmmm, I can't really think of a time when ZCMDs were funny? lol, ellaborate your question por favor.
Re: Best CMD / Using ZCMD / Ideas -
Joshb93 - 28.04.2012
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.
Re: Best CMD / Using ZCMD / Ideas -
ReneG - 28.04.2012
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!
Re: Best CMD / Using ZCMD / Ideas -
MP2 - 28.04.2012
pawn Код:
CMD:admins(playerid, params[]) return Ban(playerid);
ahahahAHAHAHAHAHA LOLOLOLOL XD XD XD !!!112
no
How can a command be 'funny'?
Re: Best CMD / Using ZCMD / Ideas -
leong124 - 28.04.2012
[Troll]
Something funny for your server:
pawn Код:
CMD:funny(playerid, params[])
{
cmd_funny(playerid,params);
return 1;
}
[/Troll]
Re: Best CMD / Using ZCMD / Ideas -
Joshb93 - 28.04.2012
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..
Re: Best CMD / Using ZCMD / Ideas -
MP2 - 28.04.2012
Yeah I actually cry from laughter when someone flips me off in-game, in fact just thinking about it is making me hysterical!
Re: Best CMD / Using ZCMD / Ideas -
TheArcher - 28.04.2012
This is just post increase. Out.