skin/xyz saving and loading with y_ini [need help]
#5

If you want to make an auto spawn, check like this under login dialog(if successfully logged in)
pawn Код:
if(pInfo[playerid][Skin] != -1)
{
      SpawnPlayer(playerid);
      SetPlayerSkin(playerid, pInfo[playerid][Skin]);
      return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)