Moin,
bei diesem Befehl:
COMMAND:hexit(playerid,params[])
{
new haus = GetPlayerHouseInterior(playerid);
if(haus == -1) return SCM(playerid,COLOR_RED,"Du bist nicht in einem Haus!");
SetPlayerPos(playerid,HausInfo[haus][Pos_h][0],HausInfo[haus][Pos_h][1],HausInfo[haus][Pos_h][2]);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid,0);
//SetPVarInt(playerid,"Spawntime",2);
return 1;
}
Zeigt dass Script mir an, dass er nicht existiert und führt somit nichts aus. Woran kann es liegen?
Gruß