25.09.2013, 08:27
Hello guys. After I die for the first time, without pressing the F4 Key, OnPlayerRequestClass is called! I have to mention that I don't use any AddPlayerClass line in my script.
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}