25.05.2015, 14:36
Quote:
if your problem this
Код:
if(sscanf(params, "ud", target, amount)) return SendClientMessage(playerid, 0xFF0000C8, "Bounty Information:{FFFFFF} /givebounty [target] [bounty amount]"); if(target == playerid) return SendClientMessage(playerid, 0xFFFFFF00, "Bounty Information:{FFFFFF} You can't set a bounty on your self."); Код:
if(sscanf(params, "rd", target, amount)) return SendClientMessage(playerid, 0xFF0000C8, "Bounty Information:{FFFFFF} /givebounty [target] [bounty amount]"); |