Search Results
With SetPlayerGravity specifically you are doing it, as far as I know, by memory hacking. But generally with plugin development you have access to more powerful features. Currently SA-MP supports wri...
193
Thanks. I hope to see some feedback so I know what to improve.
624
Quote: Originally Posted by Patrick_ Looks nice, much simplified but I won't rely on the plugin at the moment since its BETA, might be unstable nonetheless you have made a good effort on p...
624
Quote: Originally Posted by LeaveMe Woaaah! Nice work. Don't give up with it! Now even noobs can do SQL :P Can I ask you to add something on it ? Thanks, it's basically high level so th...
624
Introduction Hello everyone, First of all I would like to say that this is the first time I release a plugin and work I've done with C++ in particular, so please go easy on me with the comments. Th...
624
Well the problem isn't with including multiple files with the same name, fortunately that works. The file I'm trying to include isn't included before, it simply doesn't include it. I'm guessing its s...
149
Quote: Originally Posted by ****** I've lost track of how many times I've said this! Use "\" not "/"... I usually do, but then it won't let me include more than one file with the same ...
149
For some reason sometimes it won't include a file unless i move it to another directory. Example: #include "functions/players/accounts.pwn" #include "functions/players/characters.pwn" #include "..."...
149
Okay I think I figured it out. Apparently I didn't understand your example on YSI 3.1 on thread on how to pass strings, and did it wrong, and that's why it happened, but I fixed it!
93
Code: pawn Код: printf("1");    strcat(szReceiver, szReceiver_);    printf("2"); If you have to know, I was editing some function to fit inline functions (I need to pass a string). 1 prints...
93
For some reason, sometimes when I'm using strcat my server crashes. The code is fine, but its still crashing... I checked fixes.inc and there's nothing about strcat. Any ideas why could it crash the...
93
I meant the resolution of the screen itself. My question is, for example if the dialog will be smaller for a 17-inch display than it would be for a 22-inch display.
88
I was a little bit worried about how dialogs display on different monitor sizes. Does it resize itself to fit to the resolution of the screen?
88
Quote: Originally Posted by Dan.. https://github.com/udan11/samp-plugi...sked-Questions If you are too lazy, skip at the end. There are some useful links, including an example. sql_wait m...
9,275
Any documentation on this plugin? And another question (I asked before, but seems like it was ignored). What does sql_wait do? (I know it waits for sql activity to finish, but what does it do to the ...
9,275
I got some issues with those 2 libraries, first time I'm using them. I did post these issues on the y_text & y_languages tutorial thread, but I figured maybe someone else who experienced the same ...
65
Quote: Originally Posted by Jessyy I see a lot of people complaining about password security even for whirlpool... and 1 by 1 comes with a new idea how make our lives harder... for example...
119
Recently there was a lot of talk about password security, after reading a lot of threads I decided to upgrade the password security I'm currently using. Basically I'm taking a string and hashing it w...
119
Quote: Originally Posted by ****** I don't know: Alright, thanks.
123