19.10.2009, 14:41
I am making an RPG Server, but sometimes, when the player got kicked, specially on the Class Selection, we can't press ESCAPE button on keyboard anymore. So, to exit the game, we should type /exit. Why?
SpawnPlayer(playerid);
#include a_samp
public OnPlayerSpawn(playerid)
{
Kick(playerid);
return 1;
}