25.11.2012, 21:09
Would this code work 

pawn Код:
stock SetPIV(playerid, Int, Vworld)
{
SetPlayerInterior(playerid, Int);
SetPlayerVirtualWorld(playerid, Vworld);
return 1;
}

