14.01.2015, 18:00
Try:
pawn Code:
forward InSupa(playerid);
public InSupa(playrid) {
SetPlayerVirtualWorld(playrid, 4);
SetPlayerInterior(playerid, 7);
return 1;
}

