16.10.2012, 01:36
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.
Also, at what part in the next code should i input the cars color?
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;
}
Код:
CreateVehicle(596, 1530.2592, -1782.6212, 13.3184, 0.0000, -1, -1, 100);

