24.02.2014, 14:09
(
Last edited by Dj_maryo1993; 24/02/2014 at 07:06 PM.
)
Hi , i have a small problem , after i login i dont spawn
Also i have :
But i still cant get the player to spawn after he logins
LE : Fixed , i just made a timer to show the player the login menu after 0.1 seconds
Code:
stock LoadStats(playerid)
{
/// Blabla loading variabiles and stuff
SpawnPlayer(playerid);
return 1;
}
Code:
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}
LE : Fixed , i just made a timer to show the player the login menu after 0.1 seconds

