23.08.2012, 14:29
I fixed it . After 3 days trying I fixed it 
With your help of course . I will give you / all / reps.
My final codes are:
OnPlayerSpawn
And at the End of OnPlayerSpawn
OnPlayerConnect / somewhere at the middle /
OnGameModeInit
LoadChar();
You can lock the topic !

With your help of course . I will give you / all / reps.
My final codes are:
OnPlayerSpawn
Код:
SpawnChar();
Код:
SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]); } return 1; }
Код:
ClearChar(playerid); LoadChar();
Код:
LoadChar();
Код:
PlayerInfo[playerid][pModel] = dini_Int(file, "Model"); SetPlayerSkin(playerid, PlayerInfo[playerid][pModel]);