Why does anyone who logs in infinitely fall?
#4

Try
Код:
public OnPlayerConnect(playerid)
{
	TogglePlayerSpectating(playerid, true); // just add this to your connect
	return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
	TogglePlayerSpectating(playerid, false);
	SpawnPlayer(playerid);
	return 1;
}
Reply


Messages In This Thread
Why does anyone who logs in infinitely fall? - by K9IsGodly - 25.04.2015, 01:41
Re: Why does anyone who logs in infinitely fall? - by Crayder - 25.04.2015, 01:53
Re: Why does anyone who logs in infinitely fall? - by K9IsGodly - 25.04.2015, 01:57
Re: Why does anyone who logs in infinitely fall? - by Crayder - 25.04.2015, 02:01
Re: Why does anyone who logs in infinitely fall? - by K9IsGodly - 25.04.2015, 02:11
Re: Why does anyone who logs in infinitely fall? - by K9IsGodly - 25.04.2015, 02:43

Forum Jump:


Users browsing this thread: 1 Guest(s)