Search Results
pawn Code: // (By ******)#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2)strcpy(VehicleInfo[Total_Veh_Created][vPlate], string, sizeof(VehicleInfo[Total_Veh_Created][vPlate]));//or...forma...
170
You could try: pawn Code: stock getRandomLetter() {    return 65 + random(52); // ASCII Code of capital A is 65 + 2 * 26 for all other chars in alphabet.}//...format(someString, 128, "%c, %c, %c",...
170
Be sure to use the right Pawno (or whatever editor your use) from the right path.
131
That system is exactly what I need, I will implement that into my gamemode asap. The online-handler is also a very nice idea, did you think about IP/name exceptions yet? For example you ban 143.64.*.*...
1,123
.jar files are Java executables (to run into a Java virtual machine), simply download that file and start it like a normal .exe, if you have Java installed there shouldn't be a problem.
545
Quote: Originally Posted by Slice Well.. a few people are using this in their gamemode without any problems, so I'm not sure what to update. Thats what I meant with "Update on what?".
3,014
I also made a strftime plugin, wanted to release it the other day, but seems kinda useless now, that specifier blocking was an easy check for me.
1,145
Possibly, you have to call mysql_free_result() after the loop.
76
Quote: Originally Posted by Wesley221 Alot of ppl are lazy to search, so just making 1 big list with all the useful topics/threads/gamemodes/filterscripts/etc.. is easier. You are right...
322
I wonder why everyone feels like opening new threads with lists of scripts, isn't one enough? Wait... wait... isn't the forum's search enough?
322
Quote: Originally Posted by xkirill so what this plugin does? 1. Read the first post. 2. SHA512
2,924
Quote: Originally Posted by Toni Oh, maybe you should create an extra mini-update with a configuration setting for which kind of sounds you would want? Maybe 1 = Male, 2 = Female Done a...
568
Quote: Originally Posted by Toni Great job on this, you should definitely include the female voice too :P The quake sounds files are actually included in /audiopacks/ everyone would be ...
568
Quake sounds for SA-MP General This include provides the Quake kill-streak sounds you might know from Quake or CS:S, this is possible using the Audio plugin Incognito made, if you don't want to use t...
568
There is a huge difference between the SQLite documentation and this forum. The documentation gives detailed information and good examples, I would prefer the official SQLite site rather than any foru...
74
1. http://sqlite.com/faq.html#q1 2. Quote: I heard it is faster to do "SELECT `Key` FROM `Table` WHERE `Bla` = 'Str'" is better than using SELECT * FROM `Table` WHERE `Bla` = 'Str'" ...
74
Why should this be a bug, you don't have to free the same result twice...
269
Quote: Originally Posted by jonnyboy this need to be in english. and it need to be on pawno not AMXMOD X compiler Please don't reply here when you have no clue about plugin development,...
137
pawn Code: #define LAN_SERBIAN 1#define LAN_ENGLISH 2//...new iLanguage[ MAX_PLAYERS char ];//...public OnPlayerConnect( playerid ){    // Set the player's language somewhere here.    if( iLangua...
158
The most VPS hoster want you to know some basic things about Linux... if you don't, it was the wrong idea to get a VPS. ****** for it.
95