25.05.2010, 10:13
Thats not your problem. Your problem is that
Is wrong on some how. Maybe because that it should be
Insted. try that?
EDIT:
If that works then change the dini_Get to dini_IntSet aswell
Код:
SetPlayerColor(playerid, dini_Get(file, "Color"));
Код:
SetPlayerColor(playerid, dini_Int(file, "Color"));
EDIT:
If that works then change the dini_Get to dini_IntSet aswell

