• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Question] Programming language
#1
in what language will be written mod for multiplayer in the SAMP pawno and you will have?
  Reply
#2
Servers are written in Pawn. (One type of C )



I believe In these guys, they will succeed, how not how are they developers, SA:MP

which made our days fun
<huge signature disabled>
  Reply
#3
Pawn is Pawn. It's compiler is written in C.
  Reply
#4
(2019-04-17, 10:02 AM)Bork Wrote: Pawn is a form of C, not a form of C. I wouldn't even say its a 'form of' its more, written in C.



servers are written in pawno SA:MP C
<huge signature disabled>
  Reply
#5
Pawno is an editor, C is a low-level language, Pawn is a scripting language. I did recently write some stuff one the differences here:

https://github.com/Y-Less/pawn-curriculu...efinitions

Our scripting system is based on pawn-natives:

https://github.com/Y-Less/pawn-natives

This allows for functions to be exported as C symbols, as well as working as Pawn natives, thus both can be used. Once you have C bindings to any function, other languages become easy to implement on top of that, and we have ideas to even further simplify alternate language integration.
  Reply
#6
Hey, I do have an almost finished Kotlin Plugin for SA-MP that provides that the full SA-MP API in an object orient manner, I'd be happy to provide an official Kotlin API.
  Reply
#7
(2019-04-17, 07:02 PM)Double-O-Seven Wrote: Hey, I do have an almost finished Kotlin Plugin for SA-MP that provides that the full SA-MP API in an object orient manner, I'd be happy to provide an official Kotlin API.



Awesome!
  Reply
#8
(2019-04-17, 07:02 PM)Double-O-Seven Wrote: Hey, I do have an almost finished Kotlin Plugin for SA-MP that provides that the full SA-MP API in an object orient manner, I'd be happy to provide an official Kotlin API.



That sounds very dope, would be extremely useful!



Wohooo
  Reply


Forum Jump: