/mechanic cmd is activating different cmd
#2

pawn Код:
/else if(!strcmp(weapon, "rifle", true, 5))
    //{
    //    if(strval(RPJL(playerid, JOB_WDEALER)) < 2) return SendClientMessage(playerid, COLOR_GREY, "Your Weapons Dealer level is too low to sell this weapon.");
    //    if(PlayerInfo[playerid][pMaterials] < 750) return SendClientMessage(playerid, COLOR_GREY, "You don't have enough materials for this weapon.");
    //  BeenOfferedWeapon[playerb] = 33;
    //}
This is in your script... why?

EDIT: Change Repair Command from:
pawn Код:
if(sscanf(params, "uii", playerb, price))
To:
pawn Код:
if(sscanf(params, "ui", playerb, price))
Reply


Messages In This Thread
/mechanic cmd is activating different cmd - by oblexive - 15.07.2012, 12:14
Re: /mechanic cmd is activating different cmd - by clarencecuzz - 15.07.2012, 12:21
Re: /mechanic cmd is activating different cmd - by oblexive - 15.07.2012, 13:08
Re: /mechanic cmd is activating different cmd - by oblexive - 15.07.2012, 13:36

Forum Jump:


Users browsing this thread: 1 Guest(s)