17.12.2010, 11:14
Read up on Arrays, on the SA-MP Wiki, my custom /enter system uses arrays and bit manipulation (Bits sound a bit too advanced for you, but their not required), use a loop to loop through the size of the array you're storing all the doors in, then check if he's at the X,Y,Z location of each index, if he is, set him to that indexes, inside position, and vise versa.