I need little help.
#1

i want to add to this code that i can sell weapons in car too.

Код:
else if(strcmp(x_weapon,"mp5",true) == 0) { if(!PlayerToPoint(15.0,playerid,1484.3933,-1731.2124,6.7213)) { SendClientMessage(playerid, COLOR_GREY, "  You can sell this gun only at black market/Arms Dealer car !"); return 1; } if(PlayerInfo[playerid][pMats] > 199) { weapon[playerid] = 29; price[playerid] = 200; ammo[playerid] = 200; } else { SendClientMessage(playerid,COLOR_GREY,"  Not enough Materials for that Weapon!"); return 1; } }
and need to be used this somehow
Код:
IsAArmsDealerCar(carid)
Reply


Messages In This Thread
I need little help. - by Peep - 14.02.2010, 00:25
Re: I need little help. - by Peep - 14.02.2010, 11:25
Re: I need little help. - by Peep - 19.02.2010, 14:02

Forum Jump:


Users browsing this thread: 1 Guest(s)