07.10.2009, 00:56
here in /exit is:
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][hEntrancez]);
PlayerInfo[playerid][pInt] = 0;
PlayerInfo[playerid][pLocal] = 255;
SetCameraBehindPlayer(playerid);
SetPlayerVirtualWorld(playerid, 0);
HouseEntered[playerid] = 255;
When house exit alone on GameMode, the VW Set without /setvw why?
Sorry for my bad english
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,HouseInfo[i][hEntrancex],HouseInfo[i][hEntrancey],HouseInfo[i][hEntrancez]);
PlayerInfo[playerid][pInt] = 0;
PlayerInfo[playerid][pLocal] = 255;
SetCameraBehindPlayer(playerid);
SetPlayerVirtualWorld(playerid, 0);
HouseEntered[playerid] = 255;
When house exit alone on GameMode, the VW Set without /setvw why?
Sorry for my bad english