give cash
#8

pawn Код:
CMD:gc(playerid,params[])
{
     new pname[24], cash, targetid, string[128];
     if(!IsPlayerLuxAdmin(playerid)) return SendClientMessage(playerid, -1, "Error: You are not admin");
     if(sscanf(params,"ui",targetid, cash)) return SendClientMessage(playerid,-1,"USAGE: /gc [playerid] [cash]");
     if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, red, "ERROR: That player isn't online!");

     GetPlayerName(targetid, pname, 24);
     GivePlayerMoney(targetid, cash);
     format(string, 128, "** ADMIN CASH: You have been given $%d.", cash);
     SendClientMessage(targetid,0xFF00FFFF,string);
     return 1;
}
Reply


Messages In This Thread
Some Errors - by SnG.Scot_MisCuDI - 06.01.2012, 22:05
Re: give cash - by [BG]Gamer - 06.01.2012, 23:26
Re: give cash - by SnG.Scot_MisCuDI - 06.01.2012, 23:33
Re: give cash - by [BG]Gamer - 06.01.2012, 23:52
Re: give cash - by fordawinzz - 06.01.2012, 23:54
Re: give cash - by SnG.Scot_MisCuDI - 07.01.2012, 00:24
Re: give cash - by [ABK]Antonio - 07.01.2012, 00:33
Re: give cash - by Richie - 07.01.2012, 00:36

Forum Jump:


Users browsing this thread: 1 Guest(s)