26.05.2016, 04:29
You can't share variables/addresses across scripts because each script runs on its own AMX instance. It's basically each script running on its own computer. Even if you did manage to share the addresses (using CallRemoteFunction maybe?), using those address will either crash your server or give an error (they make no sense for the non-host scripts).
In other words, you are trying to store something in your computer and passing the address to me who is at some other part of the world using a different computer in an attempt to give me access to that data
In other words, you are trying to store something in your computer and passing the address to me who is at some other part of the world using a different computer in an attempt to give me access to that data