Whats wrong?
#5

pawn Код:
//
            if(listitem == 14)
            {
                if(GetPlayerMoney(playerid) >= 5000)
                {
                    PlayerInfo[playerid][pCash] = PlayerInfo[playerid][pCash]-5000;
                    GivePlayerMoney(playerid,-10000);
                    GivePlayerGun(playerid, 43);
                    GameTextForPlayer(playerid,"~r~-$10000", 5000, 1);
                    SendClientMessage(playerid, COLOR_WHITE," You purchased a camera");
                    GiveBizMoney(playerid, 5000);
                    return 1;
                  //<====== Here's missing bracket as well
            }
Reply


Messages In This Thread
Whats wrong? - by BizzyD - 30.01.2011, 01:09
Re: Whats wrong? - by iMonk3y - 30.01.2011, 01:18
Re: Whats wrong? - by BizzyD - 30.01.2011, 01:22
Re: Whats wrong? - by BizzyD - 30.01.2011, 01:25
Re: Whats wrong? - by iMonk3y - 30.01.2011, 01:31
Re: Whats wrong? - by BizzyD - 30.01.2011, 01:32
Re: Whats wrong? - by iMonk3y - 30.01.2011, 01:40
Re: Whats wrong? - by BizzyD - 30.01.2011, 02:06
Re: Whats wrong? - by iMonk3y - 30.01.2011, 02:15
Re: Whats wrong? - by BizzyD - 30.01.2011, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)