function argument may not have a default value.
#2

Code:
forward kick(playerid);
public kick(playerid) {
	static check[MAX_PLAYERS] = {false, ...};
	check[playerid] = true;
	if(!check[playerid]) SetTimerEx("kick", 1000, false, "d", playerid);
	else {
		check[playerid] = false;
		Kick(playerid);
	}
}
Reply


Messages In This Thread
function argument may not have a default value. - by iLuXing - 04.03.2016, 12:33
Re: function argument may not have a default value. - by iLuXing - 04.03.2016, 12:35
Re: function argument may not have a default value. - by Threshold - 04.03.2016, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)