Search Results
Quote: Originally Posted by Jay_ - Las Venturas Playground - Cod-RWW - CrazyBobs CNR - Hydra Blast - Mini-Missions Hydra Blast Wow I am impressed
3,543
Thank you Misiur, it should fix a lot of things, unfortunately the error is still there, I think it is related with the AMX memory? but I can't figure what I must edit
117
Hello everyone, I am requesting help with a function to format a local string with x arguments, the string have already the %s %d characters. Here is it: Code: getMessageA(const playerid, const key[]...
117
- I made foreign friends - I improved my English - I've met some selfish programmers - Knowledge: SQL, OOP, Java, Pawn, threads, files, basic linux managment, HTML/PHP/CSS almost everything about info...
655
Quote: Originally Posted by valych It is possible, that you haven't updated the streamer-wrapper. The version of the plugin in 1.1-snapshot wasn't changed in initial commit. Try to update ...
32,037
Yes, I am using the latest version and the streamer wrapper 1.1 Код: <dependency> <groupId>net.gtaun.shoebill</groupId> <artifactId>streamer-wrapp...
32,037
Yes I am sure: echo Executing Server Config... lanmode 0 rcon_password dontchangeme maxplayers 100 port 7777 hostname Shoebill SA-MP 0.3 Server gamemode0 bare 1 filterscripts basefs maps plugins stre...
32,037
Thank you I would like to know if there is some problem with the streamer-wrapper, every time I want to create an object I get the follwing exception: Код: [2016-05-28 14:23:31][ERROR][err] kotli...
32,037
Thank you! It helped me a lot! Byt the way it would be really nice if you could add something like: DialogCloseEvent.DialogCloseType PLAYERDISCONNECT Guess I need to do a workaround if want to detec...
32,037
Hello again I have a question about the timers again. I want to create an AntiSpawnKill by setting the health of the player to 10000.0 and after 40 seconds it will be reseted to 100.0. I am planning ...
32,037
Thanks for it, I am going to test it. By the way, have you checked the issue with the MapAndreas class?
32,037
Here is the code for the commands: Код: public abstract class Commands{ private String help = ""; private static CommandGroup group; static EventManager event; public static void p...
32,037
Hello I would like to know if you have already checked what I posted before, thank you!
32,037
Thanks. I think that this is a bug: Код: System.out.println(commandEntry.getCommand()); It prints something like this: ban ban givescore givescore It prints two times the name of each command An...
32,037
Great Thank you! EDIT: The method seems to be protected (for CommandGroup) getCommands() has protected access in net.gtaun.shoebill.common.command.CommandGroup
32,037
About the getCommandEntries method, why there is not such method in CommandGroups like in PlayerCommandManager? So I can get all the commands from a specific group
32,037
I'm really sorry if I am doing this by the wrong way, but it continues showing the default message (I have already updated everything): Код: CommandGroup group= new CommandGroup(); group.r...
32,037
Thanks for your answer, I'll be trying to find out what's happening. Furthermore, I have tried to change the default message but I can't figure how, here is what I tried: Код: public final PlayerC...
32,037
Oh sorry, I posted it wrong. I did the test using the SPRINT key (and pressing the space bar). But as I said before, it was working yesterday. I haven't made any changes on it Maybe it's because I am ...
32,037
Thanks! By the way, something was changed in the PlayerKeyStateChangeEvent? Yesterday it was detecting the keys fine but today it isn't working: Код: event.registerHandler(PlayerKeyStateChangeEven...
32,037