Help me
#1

pawn Код:
if (strcmp(text,"1",true) == 0)
        {
        new Playermoney = GetPlayerMoney(playerid);
        if (Playermoney >= 900)
            {
            SendClientMessage(playerid,0x38FF06FF,"$900 Whore");
            GivePlayerMoney(playerid, -900);
            GivePlayerWeapon(playerid,24,120);
            IsInCheckPoint[playerid] = 1;
            return 0;

        }
        SendClientMessage(playerid,0x38FF06FF,"You Do not have enough Cash");
    }
When I have Above $900 I get gun id 24
When I dont have $900 I get the Message: You Do not have enough Cash
Which is great but It also makes me say: 1. Is there a way to fix this?
Reply


Messages In This Thread
Help me - by 6tynine - 06.07.2009, 21:34
Re: Help me - by Correlli - 06.07.2009, 21:38
Re: Help me - by 6tynine - 06.07.2009, 21:39
Re: Help me - by refshal - 06.07.2009, 21:40
Re: Help me - by 6tynine - 06.07.2009, 21:40
Re: Help me - by 6tynine - 06.07.2009, 21:57
Re: Help me - by BMUK - 06.07.2009, 22:04
Re: Help me - by 6tynine - 06.07.2009, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)