Can't write the same command for 1 min ?
#1

Is it possible to make this command -
pawn Код:
if (strcmp("/heal", cmdtext, true, 10) == 0)
    {
        SetPlayerHealth(playerid, 100);
        GivePlayerMoney(playerid, -50);
        return 1;
    }
to be written only one time for on minute ?
Reply


Messages In This Thread
Can't write the same command for 1 min ? - by Bumper - 25.07.2010, 16:12
Re: Can't write the same command for 1 min ? - by Shadow™ - 25.07.2010, 16:20
Re: Can't write the same command for 1 min ? - by Bumper - 25.07.2010, 16:30
Re: Can't write the same command for 1 min ? - by Shadow™ - 25.07.2010, 16:31
Re: Can't write the same command for 1 min ? - by Fj0rtizFredde - 25.07.2010, 16:36
Re: Can't write the same command for 1 min ? - by Shadow™ - 25.07.2010, 16:37

Forum Jump:


Users browsing this thread: 1 Guest(s)