SA-MP Forums Archive
Can someone post me a /piss command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Can someone post me a /piss command (/showthread.php?tid=250175)



Can someone post me a /piss command - Beginnercoder - 22.04.2011

Can someone post me a /piss command with the piss coming out.


Re: Can someone post me a /piss command - [TD]Torben - 22.04.2011

->Raven's RP script -> /pee -> Done


Re: Can someone post me a /piss command - captainjohn - 22.04.2011

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.