SA-MP Forums Archive
[SHOEBILL] Where is all the documentation? - 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)
+--- Thread: [SHOEBILL] Where is all the documentation? (/showthread.php?tid=615791)



[SHOEBILL] Where is all the documentation? - MrViolence101 - 27.08.2016

Hi everybody,

I am struggling with some few stuff in shoebill regarding the enum structures from samp thats used in java.

How can enums be done in java regarding player information storing.

Thanks


Re: [SHOEBILL] Where is all the documentation? - PrO.GameR - 27.08.2016

Shoebil doesn't really need a documentation, it allows you to script in java for your server so you need to refer to a java documentation site.
With a little search I found out closest thing to enums and C++ structs are classes in java, so you might take a look at that.


Re: [SHOEBILL] Where is all the documentation? - MrViolence101 - 27.08.2016

Yes, but I mean. player_data[targetid][pAdmin]. I dont know how to set the target ID parameters information. I dont know how to use java's enums because my knowledge dont stretch so far.


Re: [SHOEBILL] Where is all the documentation? - Stinged - 27.08.2016

Quote:
Originally Posted by MrViolence101
Посмотреть сообщение
Yes, but I mean. player_data[targetid][pAdmin]. I dont know how to set the target ID parameters information. I dont know how to use java's enums because my knowledge dont stretch so far.
Why would you script in java if you don't know java that much?


Re: [SHOEBILL] Where is all the documentation? - PrO.GameR - 27.08.2016

If your java knowledge don't stretch that far then that plugin isn't for you, that plugin is for someone who has scripted java for a long time, so he can use what he knows way better than pawn.


Re: [SHOEBILL] Where is all the documentation? - MrViolence101 - 28.08.2016

lllll