What is wrong with this ?
#1

Hello, i try to fix this problem if you dont have 500$ it say you dont have the cash for this item, and you need to be gold vip + to buy a gun.

Error:
PHP код:
 error 029invalid expressionassumed zero
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Error

PHP код:
if(listitem == 0)
        {
            if (
GetPlayerCash(playerid) >= 500 && PlayerInfo[playerid][pDonateRank] >= 3)
            {
                
GivePlayerCash(playerid, -500);
                
GivePlayerValidWeapon(playerid2560000);
                
format(stringsizeof(string), "Pumped Shotgun Purchase.");
                
SendClientMessageEx(playeridCOLOR_REDstring);
            }
            else
            {
                
SendClientMessageEx(playeridCOLOR_GRAD4"You don't have the cash for this item!");
            }
this line>>            else
            {
                
SendClientMessageEx(playeridCOLOR_GRAD4"You need to be gold vip +!");
            }
        } 
Reply


Messages In This Thread
What is wrong with this ? - by IndependentGaming - 17.07.2015, 19:10
Re: What is wrong with this ? - by JaydenJason - 17.07.2015, 19:12
Re: What is wrong with this ? - by liquor - 17.07.2015, 19:13
Re: What is wrong with this ? - by IndependentGaming - 17.07.2015, 19:13
Re: What is wrong with this ? - by liquor - 17.07.2015, 19:20
Re: What is wrong with this ? - by BladeFire - 17.07.2015, 19:30
Re: What is wrong with this ? - by IndependentGaming - 17.07.2015, 19:52
Re: What is wrong with this ? - by M4D - 17.07.2015, 20:13

Forum Jump:


Users browsing this thread: 4 Guest(s)