Whats The Problem With This..
#1

Hey guys, im not sure whats wrong with this:
pawn Код:
if(GetPlayerCash(playerid) > VehStats[vehicleid][vPrice])
            {
                SendClientMessage(playerid, COLOR_BLUE, "Congratz u bout a car nigga");
                VehStats[vehicleid][vOwnerID] = UserStats[playerid][pSQLid];
                GivePlayerCash(playerid, -VehStats[vehicleid][vPrice]);
                UpdateVehStats(vehicleid);
            }
            else
            {
                SendClientMessage(playerid, COLOR_BLUE, " Nigga, chu 2 pooooooooor!!");
            }
It keeps sending the "nigga chu 2 poor" message. I have 5000$ on me, i set car to 150$. Any ideas why code isn't working correctly.
Reply


Messages In This Thread
Whats The Problem With This.. - by Anthonyx3' - 26.01.2011, 20:08
Re: Whats The Problem With This.. - by CoaPsyFactor - 26.01.2011, 21:55
Re: Whats The Problem With This.. - by admantis - 26.01.2011, 23:39
Re: Whats The Problem With This.. - by Anthonyx3' - 27.01.2011, 00:25
Re: Whats The Problem With This.. - by Krx17 - 27.01.2011, 00:28
Re: Whats The Problem With This.. - by Anthonyx3' - 27.01.2011, 00:39
Re: Whats The Problem With This.. - by Krx17 - 27.01.2011, 02:02

Forum Jump:


Users browsing this thread: 1 Guest(s)