Hallo Leute
ich hab ein Problem und zwar wie machen ich das der Spieler in einem Haus spawnt hab das so.
#define azspawn 2350.339843,-1181.649902,1027.976562
switch(GetPVarInt(playerid,"Fraktion"))
{
case 0:{}
case 1:{SetPlayerPos(playerid,lspdspawn);}
case 2:{SetPlayerPos(playerid,armyspawn);}
case 3:{SetPlayerPos(playerid,fbispawn);}
case 4:{SetPlayerPos(playerid,vagosspawn);}
case 5:{SetPlayerPos(playerid,fsspawn);}
case 6:{SetPlayerPos(playerid,gsspawn);}
case 7:{SetPlayerPos(playerid,azspawn);}
}
}
aber er spawnt in der luft warum