07.11.2009, 04:36
under OnPlayerDisconnect
try
PlayerInfoVar[playerid][Skin] = GetPlayerSkin(playerid);
replace "PlayerInfoVar" with whatever you use,and are you sure that its dini_IntSet to load data from an ini (not sure i dont use dini).
try
PlayerInfoVar[playerid][Skin] = GetPlayerSkin(playerid);
replace "PlayerInfoVar" with whatever you use,and are you sure that its dini_IntSet to load data from an ini (not sure i dont use dini).

