Basic Questions
#1

I know i'm going to sound like an idiot for asking this but uhmm,
Where would i input the ammount of bullets that i want to be sold to them?
Because it auto sells them a gun with 5 bullets.
Код:
else if(!strcmp(weapon, "spas12", true, 6))
    {
		if(strval(RPJL(playerid, JOB_WDEALER)) < 5) return SendClientMessage(playerid, COLOR_GREY, "Your Weapons Dealer level is too low to sell this weapon.");
		if(PlayerInfo[playerid][pMaterials] < 6500) return SendClientMessage(playerid, COLOR_GREY, "You don't have enough materials for this weapon.");
		BeenOfferedWeapon[playerb] = 27;
    }
Also, at what part in the next code should i input the cars color?
Код:
CreateVehicle(596, 1530.2592, -1782.6212, 13.3184, 0.0000, -1, -1, 100);
Reply


Messages In This Thread
Basic Questions - by RolandMission - 16.10.2012, 01:36
Re: Basic Questions - by Joshman543 - 16.10.2012, 01:39
Re: Basic Questions - by Joshman543 - 16.10.2012, 01:41
Re: Basic Questions - by RolandMission - 16.10.2012, 01:47
Re: Basic Questions - by Joshman543 - 16.10.2012, 01:49

Forum Jump:


Users browsing this thread: 1 Guest(s)