30.08.2012, 14:37
Hello, sorry for my bad english.
I have one question: how to skip class selection at a connection and a request to classs selection by pressing F4? Do not tell me that we can not, because I've seen it on some servers.
some code (it worked before, not now
)
I have one question: how to skip class selection at a connection and a request to classs selection by pressing F4? Do not tell me that we can not, because I've seen it on some servers.
some code (it worked before, not now

PHP код:
public OnPlayerConnect(playerid, classid)
{
SetSpawnInfo( playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0 );
}
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
}