14.09.2014, 12:06
Ok, you have the skin saved. Now put it to load under
might be loosely indented. I just wrote this.
pawn Код:
public OnPlayerSpawn(playerid)
{
//Variables to the skins location in the database
SetPlayerSkin(playerid, SKINVARIABLEGOESHERE);
return 1;
}