[HELP][+REP] error 032: array index out of bounds
#3

Код:
forward TogglePlayerControllableEx(playerid,controllable);
public TogglePlayerControllableEx(playerid,controllable)
{
    TogglePlayerControllable(playerid,controllable);
	if (controllable == 0)
        PlayerTemp[playerid][afrozen] = 1;
	else if (controllable == 1)
	    PlayerTemp[playerid][afrozen] = 0;
	return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)