OnPlayerSpawn() doesnt be called in a FS.
#3

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
Are you pretty sure that gamemode's OnPlayerSpawn doesn't returning 0 instead of 1?
Yes!

Код:
public OnPlayerSpawn(playerid) {
	if(!isPlayerConnected(playerid)) {
		Kick(playerid);
		return 1;
	}
	return 1;
}
Reply


Messages In This Thread
OnPlayerSpawn() doesnt be called in a FS. - by iLuXing - 04.03.2016, 08:54
Re: OnPlayerSpawn() doesnt be called in a FS. - by iKarim - 04.03.2016, 09:11
Re: OnPlayerSpawn() doesnt be called in a FS. - by iLuXing - 04.03.2016, 09:24
Re: OnPlayerSpawn() doesnt be called in a FS. - by MicroKyrr - 04.03.2016, 10:17
Re: OnPlayerSpawn() doesnt be called in a FS. - by iLuXing - 04.03.2016, 10:26
Re: OnPlayerSpawn() doesnt be called in a FS. - by MicroKyrr - 04.03.2016, 10:32
Re: OnPlayerSpawn() doesnt be called in a FS. - by Threshold - 04.03.2016, 10:54

Forum Jump:


Users browsing this thread: 1 Guest(s)