17.03.2012, 02:16
pawn Код:
new House;
House = Player[playerid][House];
SetSpawnInfo(playerid, 0, Player[playerid][LastSkin], Houses[asd][hInteriorX], Houses[asd][hInteriorY], Houses[asd][hInteriorZ], 0, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);
SetPlayerInterior(playerid, Houses[asd][hInteriorID]);
TogglePlayerControllable(playerid, false);
SetTimerEx("Unfreeze", 2200, false, "i", playerid);
Hey there, I am using dini to save houses in scriptfiles>houses with House_0.ini something like that, and I want people with houses to spawn in their house interior. How is it? I want those asd become the ID of the Player[playerid][House].
Can someone fix it? the above one