Can someone post me a /piss command
#1

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

->Raven's RP script -> /pee -> Done
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)