Search Results
Here is a video tutorial for the people that need help to setup a server: https://www.youtube.com/watch?v=FLlFeNXPPN8
29,873
Nice to hear! We are looking forward to see your test server. We are currently working on Shoebill 1.1
29,873
No, it means you server has the ability to connect to the internet. If you are sure that offlineMode is set to false, the only thing that could be blocking shoebill is the server's firewall.
29,873
No, it's important to set it to false, that dependency manager can download all artifacts. Is your server connected to the internet? Maybe shoebill is blocked by a firewall.
29,873
Please make sure that you are not in offline mode! To verify: 1. open shoebill folder and open the file resources.yml 2. make sure that the line "offlineMode:" says false 3. If not, change it to "of...
29,873
Thank you very much for your post. We are currently working on Shoebill 1.1. Following things are planned: - Coexist with pawn gamemodes / filterscripts - Native support for other plugins (streaming...
29,873
You can create ChildNodes for different things. It's like making groups for events of the same kind. For example, you can create a EventManagerNode for all VehicleEvents, and a EventManagerNode for al...
29,873
What do you mean with "Is it real"? If you mean if it's possible, then I don't know if Eclipse has the ability to launch the server after the build has finished.
29,873
1. Yes 2. Yes, this is a special event. 3. The difference is that the first method will let you create a instance in your own way. Maybe you want to use a other constructor if the player has a special...
29,873
@DrumYum: The .build() method returns the Dialog instance. For example: PHP код: InputDialog loginDialog = InputDialog.create(player, rootEventManager)                  ....
29,873
@DrumYum: You can use shoebill-common for easy dialog-creation. If you don't have shoebill-common in your project, you can use maven: PHP код: <dependency>     <groupId>net.gt...
29,873
Are you sure that you use the latest library and native dll ? The current one is for 0.3z R2-4, you can see your current version at the startup.
29,873
We just released a small little update: - Added VehicleLifecycleHolder It is the same as PlayerLifecycleHolder, just with vehicles. Make sure that you initialize the object, BEFORE you create any ve...
29,873
@Barofioso: I recompiled for 0.3z and started server as admin, but it's still not working. I even tried it with a other computer, but the same result.
16,625
Looks good Would you mind to share the source code with us?
474
I have the same problem. It doesn't detect my cursor.
16,625
@joh999: Are you sure, that you use Server version 0.3z R2-4? It can be found here: https://sampforum.blast.hk/showthread.php?tid=531302
29,873
@SetupDLL: Yes, you can. For example, this is a event to detect when a player changed his armed weapon: PHP код: //PlayerEvent contains a Player variable already. You can also create...
29,873
Ok, Shoebill for 0.3z R2-4 got released: http://puu.sh/bGqjO/66ed0bd7bb.zip
29,873