Prison Roleplay Server, Anyone up for it?
#3

Quote:
Originally Posted by kaisersouse
Посмотреть сообщение
is there a /rape command?
Yep:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/dropsoap", cmdtext, true, 10) == 0)
    {
        if(IsPlayerInPrison(playerid) && IsPlayerInShower(playerid))
        {
            DropSoap(playerid);
            for(new i = 0; i < MAX_PRISONERS; i++)
            {
                SetPlayerRapeMode(i, RAPE_MODE_SHOWER);
            }
        }
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)