How to Make this Command
#5

It should be something like this:
pawn Код:
CMD:setentfee(playerid, params[])
{
     new bizid, fee;
     if(sscanf(params, "ii", bizid, fee)) return SendClientMessage(playerid, COLOR, "Usage: /setentfee [bizid] [fee]");
     BizInfo[bizid][EntFee] = fee;
     return 1;
}
Reply


Messages In This Thread
How to Make this Command - by San1 - 28.06.2013, 03:31
Re: How to Make this Command - by MusicMan - 28.06.2013, 03:36
Re: How to Make this Command - by San1 - 28.06.2013, 03:37
Re: How to Make this Command - by SwisherSweet - 28.06.2013, 04:00
Re: How to Make this Command - by JJB562 - 28.06.2013, 04:13

Forum Jump:


Users browsing this thread: 1 Guest(s)