Need small help if is not a problem :3
#5

pawn Код:
else if(clickedid == TDEditor_TD[9])
{
        if(GetPlayerMoney(playerid) < 1800) return SendClientMessage(playerid, -1, "You dont have enough money to buy this gun.");
    //Buy m4
    GivePlayerWeapon(playerid,WEAPON_M4,1500);
    GivePlayerMoney(playerid,-1800);
    SendClientMessage(playerid,0x00FF00,"You Bought M4-A1 with 1500 ammo");
}
Reply


Messages In This Thread
Need small help if is not a problem :3 - by Toxik - 24.08.2015, 23:40
Re: Need small help if is not a problem :3 - by Abagail - 24.08.2015, 23:43
Re: Need small help if is not a problem :3 - by DarkLored - 24.08.2015, 23:43
Re: Need small help if is not a problem :3 - by Toxik - 24.08.2015, 23:50
Re: Need small help if is not a problem :3 - by R0 - 24.08.2015, 23:51

Forum Jump:


Users browsing this thread: 3 Guest(s)