Ich hab on Playerspawn
switch(GetPVarInt(playerid,"Fraktion"))
{
case 0:{SetPlayerPos(playerid,Normalspawn),SetPlayerSkin(playerid,GetPVarInt(playerid,"Skin"));}
case 1:{SetPlayerPos(playerid,Policespawn),SetPlayerInterior(playerid,6),SetPlayerSkin(playerid,GetPVarInt(playerid,"Skin"));}
case 2:{SetPlayerPos(playerid,Medicspawn),SetPlayerSkin(playerid,GetPVarInt(playerid,"Skin"));}
case 3:{SetPlayerPos(playerid,Taxispawn),SetPlayerInterior(playerid,11),SetPlayerSkin(playerid,GetPVarInt(playerid,"Skin"));}
}
Jedoch klappt das mit dem Skin nicht, warum?
Der Skin steht auch in der account .txt datei drinne also z.B. (Skin=256)
Hoffe jemand kann helfen, ich komme einfach nicht weiter.
Lg