25.02.2012, 17:03
I'll explain it a littlebit better, this is what i have explained on the easy way:
And i'm still getting kicked, see:
Code:
public OnPlayerRequestClass()
{
ShowPlayerDialog();
}
public OnDialogResponse()
{
LoginPlayer();
}
LoginPlayer()
{
SetSpawnInfo();
SpawnPlayer();
}

