Posts: 245
Threads: 39
Joined: Mar 2011
Reputation:
0
i have a problem , when i set someone in an interior , example ID13 wich is city hall , i dont see him in the right place i dont see the objects that i placed in that interior or more i cant use /exit
thank you.
Posts: 143
Threads: 10
Joined: Nov 2010
Reputation:
0
Probably you are in a different virtual world?
Posts: 170
Threads: 39
Joined: May 2011
Reputation:
0
Maybe You Placed It In Other Virtual World, A Snippet Of Your Code Might Help.
Posts: 112
Threads: 1
Joined: Dec 2010
Reputation:
0
If you want to place someone in your for example the City Hall,
You neeed to set the following things for that player:
His Position. (SetPlayerPos(playerid, Float:x, Float:y, Float:z);
His interior id. (SetPlayerInterior(playerid, interior);
His Virtual World. (Default 0) SetPlayerVirtualWorld(playerid, world);
If you set these 3 things correctly it should work.