Search Results
First of, I must credit you for your proper reaction. This how feedback should be. Secondly, my bad about the easy DOM. For some reason I always confuse java with javascript, even though I use javasc...
3,008
If it is in good hands, I suppose that wouldn't be a bad idea. However, The Sa-MP already declared that they will NOT change pawn to any other language for whatever convenience. Off the record, yes it...
3,008
Quote: Originally Posted by langricr No problem The whole reason I made this was so me and said friend could design a network protocol and create scripts in other languages, the server w...
2,714
What about the Java memory leaks and the common ram spikes? I assume the Java runs on the server which innitially shouldn't pose a problem, since they are super computers. If not, please read the foll...
3,008
Mysql is a RDBMS. (Rational DataBase Management System) It works on almost all Operation Systems out there. Because of the structure of the code, most of the database functions are executed fluently a...
201
you are trying to do format and showplayerdialog in one line. In pawn, u can't do that. format(stringsomething,lengthofmessage,"Welcome to the server\n\nRegister Name: %s\nPlease open a new account\n...
146
Quote: Originally Posted by Calg00ne No I mean that you might need to send some extra headers to indicate that it's merely a message you're trying to send, this plugin probably only accept...
169
Quote: Originally Posted by funky1234 i++ is the same as doing i + 1 ? (Incrementing the value) i is an integer variable + I never said it was erroring', i stated "not working" As i ...
242
Quote: Originally Posted by Zh3r0 I would be using # to induce credits stealers into error! I want complicate my script so hard that they will want to just close the program and go out. ...
130
Quote: Originally Posted by Calg00ne Try using socket_send in the callback which is called once you have connected, so: pawn Код: public OnSocketConnect(address[], port) {    if(str...
169
assuming the following I'd say: assumed that the compiler searches for symbols. It searches for symbol " till it meets another " it searches for symbol # till it meets {}[]() or , The criteria it ne...
130
Quote: Originally Posted by funky1234 Numbering starts at 0 - and so 0 to 13 is 14 different integers indeed, 0 to 13 are 14 values. however, for dimension sizes you need to add one mor...
242
Just throwing it out there. This is not a wrapper right? If it is then I would agree with deeming it somewhat useless. If not, great job developer.
3,863
https://sampforum.blast.hk/showthread.php?tid=171598 - Read before continuing I am using it on my local host right now. However, it seems it cannot send information properly if it isn't the host (sta...
169
I am trying to get this to work with the PHP sockets. Doesn't like to work. I am sending information after establishing a connection, if it isn't a host, it isn't able to use the send callback to res...
3,882
I suppose I am trying getting some information. In this case, a SA MP server-side variable. I'd assume it would be possible if you send the correct information alongside. Update: I figured out that...
78
This is just a naming of how I'd call it. Currently, I am getting data from a webserver. This webserver supports PHP. However, for reasons I do not need to explain for this matter, I wish to send a s...
78
Thank you very much, this makes sense. I am trying this now, I assume it works. You'll hear from me if it doesn't, which I doubt. Thank you.
87
Hello there forum. I was working with HTTP the other day and I came to notice data[] string was not findable everywhere in PHP. I did an array_search() on get_defined_vars() but there was no match at...
87