Posts: 192
Threads: 37
Joined: Dec 2013
Reputation:
0
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
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
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.
Posts: 192
Threads: 37
Joined: Dec 2013
Reputation:
0
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.
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
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.