Can someone post me a /piss command
#3

Here you go.
Place the code under:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
Piss command.
pawn Код:
if (strcmp("/piss", cmdtext, true) == 0) {
        ApplyAnimation(playerid, "PAULNMAC", "Piss_in", 3.0, 0, 0, 0, 0, 0); // Pissing
        SendClientMessage(playerid, 0xFFFF00AA, "You are pissing in public.");
        SetPlayerSpecialAction(playerid, 68);
        return 1;
    }
To let you know, this color 0xFFFF00AA is Yellow.
Reply


Messages In This Thread
Can someone post me a /piss command - by Beginnercoder - 22.04.2011, 10:56
Re: Can someone post me a /piss command - by [TD]Torben - 22.04.2011, 10:56
Re: Can someone post me a /piss command - by captainjohn - 22.04.2011, 10:57

Forum Jump:


Users browsing this thread: 1 Guest(s)