24.04.2011, 13:53
That's because you haven't added AddPlayerClass!
Make it look like this:
hope it helps
Make it look like this:
Код:
public OnGameModeInit()
{
AddPlayerClass(skin, X, Y, Z);
}
Make sure the cords of your AddPlayerClass and SetPlayerFacingAngle etc match.

