Open Darkeen opened 7 years ago
I fixed it on my pull request: https://github.com/PatrickGTR/OnPlayerTeleport/pull/4
You can download my improved include version until it become official: https://github.com/Walter-Correa/OnPlayerTeleport/blob/master/OnPlayerTeleport.inc
Hi, i was reading the code and i found that you user Float:AC_Position[3] var. Correct me if I'm wrong, it's supposed that is a per player variable
Float:AC_Position[3] ==> Float:AC_Position[MAX_PLAYERS][3]
Thanks.