08.08.2010, 11:00
SetPlayerInterior(playerid, interiorid);
SetPlayerVirtualWorld(playerid, worldid);
If he's somewhere in the San Andreas outside map both values should be 0.
Also make sure that SetPlayerPos(playerid, x, y, z); and SetPlayerCameraPos(playerid, x, y, z); have the same values (X, Y, Z).
That will make the camera be "attached" the character = You can't see him.
SetPlayerVirtualWorld(playerid, worldid);
If he's somewhere in the San Andreas outside map both values should be 0.
Also make sure that SetPlayerPos(playerid, x, y, z); and SetPlayerCameraPos(playerid, x, y, z); have the same values (X, Y, Z).
That will make the camera be "attached" the character = You can't see him.

