What would it be like if SA-MP used ... not PAWN! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Discussion (
https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: What would it be like if SA-MP used ... not PAWN! (
/showthread.php?tid=367837)
Re: What would it be like if SA-MP used ... not PAWN! -
Amit_B - 09.09.2012
Scripting for SA-MP with C# could be nice
Re: What would it be like if SA-MP used ... not PAWN! -
Mauzen - 09.09.2012
Quote:
Originally Posted by jameskmonger
Actually Mauzen, its entirely possible to have a Java server and C++ client. The data sent would still be the same. Therefore, no dlls woild be required because everything could be handled by jar libraries. Therefore, the SAMP team could provide a library containing the API (including networking) and then users could add it to the build path and use it.
|
Of course the server/client prgrams are independent, and just need the same communication protocol, but what I meant was, the samp server is not written in java (and as it uses raknet and memory access I doubt this would even be possible) so running a java gamemode in a non-java server would be a difficult job without wrappers, that basically end up in a pawn script again.
Re: What would it be like if SA-MP used ... not PAWN! -
jameskmonger - 09.09.2012
But it would be possible for the SA-MP team to write a library containing the API and all the necessary networking, meaning a user coulsadd it to the build path, write their part to it, and then run it. The "script" would then be an all-in-one server.
Re: What would it be like if SA-MP used ... not PAWN! -
Craig3412 - 26.06.2013
I know someone who is scripting SAMP with C#
Re: What would it be like if SA-MP used ... not PAWN! -
Y_Less - 29.06.2013
The only reason SA-MP doesn't expose it's "core" in the SDK is because we have pawn for that, why waste time writing two SDKs instead of one and forcing community fragmentation? Plugins are used to add features, pawn is used to link those features.
Re: What would it be like if SA-MP used ... not PAWN! -
Sasino97 - 05.07.2013
I don't know why, but I think I'd like more scripting for SA-MP in Java.