/giveallcash command? [REP+]
#4

Level 5 on what?
Код:
COMMAND:giveallcash(playerid, params[])	
	{
	new amount = strval(params),output[128];
	format(output,sizeof(output),"Win %d",amount);
	for(new i = 0;i<MAX_PLAYERS;i++)
		{
		GivePlayerMoney(i,amount);
		SendClientMessage(i,0xFFFFFFFF,output);
		}
	}
Reply


Messages In This Thread
/giveallcash command? [REP+] - by [FoR]EveR - 02.04.2012, 14:44
Re: /giveallcash command? [REP+] - by Jonny5 - 02.04.2012, 14:45
Re: /giveallcash command? [REP+] - by [FoR]EveR - 02.04.2012, 14:47
Re: /giveallcash command? [REP+] - by blank. - 02.04.2012, 14:50
Re: /giveallcash command? [REP+] - by Jonny5 - 02.04.2012, 14:50
Re: /giveallcash command? [REP+] - by Cjgogo - 02.04.2012, 14:51
Re: /giveallcash command? [REP+] - by [FoR]EveR - 02.04.2012, 14:54
Re: /giveallcash command? [REP+] - by blank. - 02.04.2012, 14:55
Re: /giveallcash command? [REP+] - by freddy smyth - 02.04.2012, 14:57
Re: /giveallcash command? [REP+] - by Jonny5 - 02.04.2012, 14:57

Forum Jump:


Users browsing this thread: 1 Guest(s)