09.10.2012, 14:02
Quote:
Cage1[playerid] = CreateObject(985, X, Y+4, Z, 0.0, 0.0, 0.0); Cage2[playerid] = CreateObject(985, X+4, Y, Z, 0.0, 0.0, 90.0); Cage3[playerid] = CreateObject(985, X-4, Y, Z, 0.0, 0.0, 270.0); Cage4[playerid] = CreateObject(985, X, Y-4, Z, 0.0, 0.0, 180.0); Cage5[playerid] = CreateObject(985, X, Y, Z-1, 0.0, 0.0, 0.0); Cage6[playerid] = CreateObject(985, X, Y, Z+4, 0.0, 0.0, 0.0); |
^As you can see, the top and bottom gates arent where they are supposed to be!
What on earth do I put in Cage5 and Cage6 so the gate will stay where it should!?
I've tried so many things(I set it both to 0.0 after I gave up )! It's really pissing me off haha!
Thanks!!