Why dosent spawn on corectly position?
#1

I have this code under OnPlayerSpawn

pawn Код:
for(new i; i<MAX_HOUSES; i++)
     {
       if(strcmp(Ime, HouseInfo[i][HouseOwner]))
       {
         SetPlayerPos(playerid, HouseInfo[i][TeleX], HouseInfo[i][TeleY], HouseInfo[i][TeleZ]);
         SetPlayerInterior(playerid, HouseInfo[i][Interior]);
         InHouse[playerid] = i;
         SetPlayerVirtualWorld(playerid, HouseInfo[i][Virtual]);
       }
     }
and when i spawn in house my pos get set on this

Reply


Messages In This Thread
Why dosent spawn on corectly position? - by DarkPower - 25.08.2010, 00:37
Re: Why dosent spawn on corectly position? - by iggy1 - 25.08.2010, 00:42
Re: Why dosent spawn on corectly position? - by DarkPower - 25.08.2010, 00:46
Re: Why dosent spawn on corectly position? - by iggy1 - 25.08.2010, 00:49
Re: Why dosent spawn on corectly position? - by DarkPower - 25.08.2010, 00:53
Re: Why dosent spawn on corectly position? - by iggy1 - 25.08.2010, 00:56

Forum Jump:


Users browsing this thread: 1 Guest(s)