Search Results
Very nice, makes it really easy to define colors.
503
Any chance of implementing 64-bit support? The following path variables work: C:\Program Files (x86)\Java\jre6\bin\client C:\Program Files (x86)\Java\jre7\bin\client The following path variables do ...
3,006
Can you possible add a compiled version of the DLL to your repository? I'm having issues compiling it on my end and I'd rather keep everything up-to-date through git. The reason why I am asking is tha...
3,006
I'm baaaack! Dump Код: Stack: [0x00090000,0x00190000], sp=0x0018e594, free space=1017k Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j net.gtaun.samp.NativeFunction.isVehicle...
3,006
Is there a way to swap out a player class with another one via the playerpool variable? I'd like to switch from PlayerBase to a custom class once they have 'logged in' through dialogs.
3,006
Quote: Originally Posted by Raimis_R Hello can you show example with: Send password,etc to email. Код: // This is a comment // uncomment the line below if you want to write a filte...
2,712
Quote: Originally Posted by jojllman Interesting, did it occur everytime? What operation you did? EDIT: this I had it attempt to kick everyone when the gamemode was exiting, it cycled ...
3,006
Quote: Originally Posted by jojllman Did you forget to add "modeclass com.samp.lvdm.GameMode" into server.cfg? Could you give me the log file please? I just madly kick myself and npcs,...
3,006
Код: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d88f159, pid=5792, tid=6080 # # JRE version: 6.0_26-b03 # Java VM: J...
3,006
Make sure you are returning 1 during OnPlayerText to prevent the script from interrupting the text. Код: public OnPlayerText(playerid, text[]) { return 1; }
140
FileIsDirectory if it hasn't been suggest yet.
2,696
Quote: Originally Posted by maij Who is this friend? Originally this is my plan as well. However you will need to run programs other than the server that support that language. If your fr...
2,712
Times like this that I miss Java. Synchronized Keyword
3,693
Awesome work, I was initially developing a Java-based gamemode that would communicate with the native server using my plugin. This cuts out the middle man, good luck!
3,006
Quote: Originally Posted by Tachibana Mind explaining what is this plugin "about" ? It allows a samp server to open network connections, like on a much broader scale than mysql and it's...
2,712
Port forwarding occurs on the machine with a firewall, not on the operating system behind it. So unless you have a second firewall installed on your computer aside from Windows Firewall, are you actua...
288
Quote: Originally Posted by Snoozy1337 My script for some reason calls OnPlayerSpawn twice, I got no idea why or where to look? It does it when you login for first time (Through dialog) an...
143
Код: stock CreatePickupWith3DText(model, type, Float:X, Float:Y, Float:Z, Virtualworld, text[]) { CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld); Create3DTextLabel(text...
63
Quote: Originally Posted by orbison Thanks, i downloaded. The file has been taken down.
394