Command error
#8

Код:
CMD:giveall(playerid, params[])
{
	new value;
	if(!IsPlayerAdmin(playerid)) return 1;
	if(sscanf(params, "d", value) != 0) SendClientMessage(playerid, 0xFF0000AA, "Koristi: /giveall [Koliko Para]");
	for(new i=0; i<MAX_PLAYERS; i++)
	{
	    if(IsPlayerConnected(i))
	    {
	        GivePlayerMoney(i, value);
	    }
	}
	return 1;
}
here
Reply


Messages In This Thread
Command error - by Dejan12345 - 03.08.2016, 16:51
Re: Command error - by Luicy. - 03.08.2016, 16:53
Re: Command error - by Dejan12345 - 03.08.2016, 16:53
Re: Command error - by SyS - 03.08.2016, 16:54
Re: Command error - by Luicy. - 03.08.2016, 16:55
Re: Command error - by Dejan12345 - 03.08.2016, 16:56
Re: Command error - by Luicy. - 03.08.2016, 16:57
Re: Command error - by Dejan12345 - 03.08.2016, 16:58
Re: Command error - by Luicy. - 03.08.2016, 16:59
Re: Command error - by K0P - 03.08.2016, 17:01

Forum Jump:


Users browsing this thread: 1 Guest(s)