27.07.2013, 19:37
Olб, boa tarde!
O que estб acontecendo ?! Ele pega o player mesmo se estiver em outro VirtualWorld...
Vlw!
O que estб acontecendo ?! Ele pega o player mesmo se estiver em outro VirtualWorld...
pawn Код:
else if (PlayerToPoint(2.0, playerid,832.6270,7.2666,1004.1797))
{
if(GetPlayerVirtualWorld(playerid) == 0)
{
SetPlayerPos(playerid, 1631.8547,-1172.5637,24.084);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid,0);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo[playerid][pInt] = 0;
PlayerInfo[playerid][pLocal] = 255;
}
}