Make command.
#10

What the fuck is wrong with you people lol.

pawn Код:
CMD:/givemoney(playerid, params[])
{
    new
        id, amount;
    if(sscanf(params,"ui",id, amount)) return SendClientMessage(playerid, -1, "//givemoney [id] [amount]";
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid, -1, "No such player.");
    GivePlayerMoney(id, amount);
    return 1;
}
Reply


Messages In This Thread
Make command. - by CSCripMa - 19.02.2016, 14:49
Re: Make command. - by sammp - 19.02.2016, 15:09
Re: Make command. - by ratxrat - 19.02.2016, 15:14
Re: Make command. - by Joron - 19.02.2016, 15:32
Re: Make command. - by CSCripMa - 19.02.2016, 15:37
Re: Make command. - by JamalMaddox - 19.02.2016, 16:15
Re: Make command. - by CSCripMa - 19.02.2016, 16:29
Re: Make command. - by Catalyst- - 19.02.2016, 17:27
Re: Make command. - by nezo2001 - 19.02.2016, 17:37
Re: Make command. - by Write - 19.02.2016, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)