Dialog problem
#2

pawn Код:
if(listitem == 1)
                {
                    if(GetPlayerMoney(playerid) >= 3000)
                    {
                        GivePlayerMoney(playerid, -3000);
                        SetPlayerArmour(playerid, 100);
                        SCM(playerid, C_LGREEN, "Armour refilled! It cost $3000!");
                    }
                    else return SendClientMessage(playerid, C_RED, "Not enough money!");
                }
(Sorry about bad indentations)
Reply


Messages In This Thread
Dialog problem - by Dan. - 24.07.2012, 17:32
Re: Dialog problem - by newbienoob - 24.07.2012, 17:36
Re: Dialog problem - by leonardo1434 - 24.07.2012, 17:36
Re: Dialog problem - by Kindred - 24.07.2012, 17:36
Re: Dialog problem - by Dan. - 24.07.2012, 17:46

Forum Jump:


Users browsing this thread: 2 Guest(s)