Search Results
Great work (again), but I have a question - can you (at least try to) add a "greater-than" sign to this script? I mean - on some forums, like Reddit or... Reddit, or other 4chans, you can use the ">...
584
1. Heroes of the Storm 2. Heroes of the Storm 3. Heroes of the Storm I spend too much time playing in this game. Definitely.
1,793
Quote: Over 500 new object IDs added, including stunt objects and land objects. Awesome. PS:
19,939
While trying to compile, I get the following error: Код: Error: cannot pass dynamic arrays to extern(C) vararg functions It shows up in this code: pawn Код: catch(AmxException e){    LogPrin...
741
Try this: pawn Код: dcmd_removebike(playerid, params[]) {    for(new vid; vid < MAX_VEHICLES; vid++) {        if(GetVehicleModel(vid) == 510 && GetVehicleModel(vid) == 555 &&a...
226
Hm... it seems that it works if I do pawn Код: stock SendFormattedMessage_(playerid, colour = -1, string_[] = "", str_ = sizeof(string_), const fmat[] = "", {Float, _}:...) {    va_format(string_...
265
I did it. By the way, I've noticed that your code also creates only one static variable (with size 145), whilst nowhere operate on the size of arrays, so even when I'll try to format something like th...
265
Code that I use is very simple and has only two arguments: pawn Код: SendFormattedMessage(playerid, .message = "b"); As you can see, I write a string variable in order to format it (and it's saved ...
265
Hello. I've unusual problem, because I really don't know how to go about it. Now I explain what I mean - I want to get something like this, without #emit directive, because I don't know it: pawn КоÐ...
265
Hi, as in thread name. I know that it's possible to add object, but what about sound? Is it possible to add police sirens sounds for normal (non-police) vehicles?
62
Use MapAndreas, my friend.
162
You must first define it: pawn Код: #define KEY_AIM KEY_HANDBRAKE (or Key_Aim on Wiki SA:MP).
76
Hello. I've weird problem, because I want to compare string like cmdtext with regex value. As I (and PAWN) know - it's very hard (rather - impossible). But maybe I write what I want to do... So: - I w...
69
Hm... As I said - it's something with not-closed-brace. But if you want to try fix this manually, check this out: pawn Код: #define COLOR_BLUE 0x0000FFFF#define COLOR_AQUA 0x00FFFFFF#define COLOR_G...
167
I don't know what you want to forward, but open in firewall (or router) port 7777 and check if you have global and external IP.
158
Are you downloaded Whirlpool and put plugin in plugins folder at main catalog of server?
108
Okay. So you now must have 23 errors. So: - Download Audio Plugin by Incognito, - Replace ALL FUNCTIONS CALLED Audio_Seek with Audio_SetPosition And show lines with rest of errors.
167
26 errors - you've forgot to place closing brace in some line.
167