07.09.2009, 18:07
How can I skip request class? I already searched but i could not understand others topics. 
Can someone show me an example?

Can someone show me an example?
public OnPlayerRequestClass(playerid, classid)
{
return 0;
}
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}