Buying Problem
#9

pawn Код:
if (strcmp("/buyc4", cmdtext, true) == 0)
    {
        if (C4BUY[playerid] == 1) return SendClientMessage(playerid, 0xFF0000AA, "You already have C4");
        else
        {
            SendClientMessage(playerid, 0xFF0000AA, "You have purchased C4");
            C4BUY[playerid] = 1;
        }
        return 1;
    }
Reply


Messages In This Thread
Buying Problem - by JoeDaDude - 14.06.2009, 22:42
Re: Buying Problem - by Weirdosport - 14.06.2009, 22:43
Re: Buying Problem - by JoeDaDude - 14.06.2009, 22:44
Re: Buying Problem - by Weirdosport - 14.06.2009, 22:47
Re: Buying Problem - by miokie - 14.06.2009, 22:48
Re: Buying Problem - by JoeDaDude - 14.06.2009, 22:50
Re: Buying Problem - by miokie - 14.06.2009, 22:52
Re: Buying Problem - by JoeDaDude - 14.06.2009, 22:58
Re: Buying Problem - by miokie - 14.06.2009, 22:59
Re: Buying Problem - by JoeDaDude - 14.06.2009, 23:03

Forum Jump:


Users browsing this thread: 1 Guest(s)