Problem with dialogs
#2

pawn Код:
if(listitem == 1)  // Suck
{
            if(GetPlayerScore(playerid) > 90)
            {
                 SendClientMessage(playerid, 0xFFFFFF, "Need 90score.");
                 return 0;
            }

            else if(GetPlayerScore(playerid) < 90)
            {
                 SetPlayerArmour(playerid, 100.0);
            }
}
Reply


Messages In This Thread
Problem with dialogs - by Face9000 - 23.01.2011, 11:45
Re: Problem with dialogs - by Kase - 23.01.2011, 12:06
Re: Problem with dialogs - by Not available - 23.01.2011, 12:09
Re: Problem with dialogs - by Face9000 - 23.01.2011, 12:27
Re: Problem with dialogs - by Not available - 23.01.2011, 12:52
Re: Problem with dialogs - by Face9000 - 23.01.2011, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)