18.09.2009, 17:19
Quote:
|
Originally Posted by Seif_ [adream-rp.com
]
It doesn't SUCK, what Orb meant was having people script their own GUI lists and etc.. [] |
For those that seriously don't get it: SA-MP is server scripted.
The server-side pawn scripting was the natural evolution of the VC-MP server ini file. All the client-side code is written by the SA-MP team and we make it so you don't have to worry about things like syncing events between the client and server. Doing it this way is also a lot more secure and server owners do not have to give out their scripts if they don't want to.
The mouse is something client-side and it's not likely we'll ever provide the server with that information because as far as I'm concerned it doesn't need it. We may invoke callbacks on the server as a result of mouse actions, such as the clicking on a scoreboard name - which I've already done.
If you think this system sucks, that's fine, simply don't use it. Want to suggest a better system? You can do that too, but don't expect that all of your suggestions will be implemented when you're not the one having to do it.

