Posts: 271
Threads: 69
Joined: Aug 2010
Reputation:
0
Hey guys i am doing a Death match server to learn just got about 1000 lines and i would like to make some interiors with /enter and /exit can some one tell me how and where to place it.. i got an idea about how to do it but not sure.
Posts: 517
Threads: 22
Joined: Mar 2010
Reputation:
0
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.
Posts: 271
Threads: 69
Joined: Aug 2010
Reputation:
0
Okay ill try thanks. Can you give me the link if you don't mind please?