18.07.2011, 18:16
Oh, i forgot to ask 1 more question. Why sometimes functions gets called in a different way?
in pawno:
In game sometimes SetPlayerSkin gets called first and GetPlayerSkin second. So it doesn't save skin.
in pawno:
pawn Код:
new skin = GetPlayerSkin(playerid);
SetPlayerSkin(playerid,0);