Quote:
| 
 
					Originally Posted by Weirdosport  
 
Use this: 
pawn Код: 
if (pickupid == dmv) // Check that the picked up pickup id is the same as the id of the one we created     {     // It is     SetPlayerPos(playerid,-1827.147338,7.207418,1061.143554);     SetPlayerInterior(playerid,14);     }  
  
 | 
 Thanks! It did work! Could any one helpme creating /exit command! Cuz i dunno if i can create a pickup in the interior... or maybe like other server.. when u goes at doors and press enter u exit the house!