Search Results
What compiler do you have ? The basic one? If so, it doesn't allow you to create 4D (or more) arrays. I suggest you to switch to the "community compiler": https://github.com/pawn-lang/compiler/release...
139
Quote: Originally Posted by Proxus That's what we were just talking about. OnPlayerUpdate seems like a stupid choice now so we're changing it. Oh yes lol, I haven't read correctly mb
253
Also, the frequency of the label is too high. You might update nor create a label when it you really need it only (a player kill another player, create a label nor update it, etc...). Not every 1/4 se...
253
Quote: Originally Posted by Bolex_ 'Faster and Easier' ? Take a knife and stab yourself, something like this isn't even for a half-star. And the way you answered him is worse than eve...
932
Quote: Originally Posted by DaniceMcHarley You can detect it with OnPlayerWeaponShot (BULLET_HIT_TYPE_OBJECT), without having to use any external plugin. My bad, I removed my message. I...
232
Quote: Originally Posted by TheToretto Yes that's the hooking. Код: #if defined _ALS_SomeFunction #undef SomeFunction #else #define _ALS_SomeFunction #endif #define RenamedFunc...
431
isnull is defined twice, that's why. Check your code and remove your "isnull" definition.
221
redefinition of macro "isnull(%0)"
221
Can you post the server logs, please? (Don't post a screenshot)
448
Here you go: https://github.com/BrunoBM16/samp-packet-list/wiki
190
On what OS are you running your server? Windows/Linux?
471
Can you show the full logs, please? It seems Streamer plugin is not loaded.
471
Probably id are mixed up. You should debug your code properly. Noboyd will give you a magic answer
184
Logs say everything you need to know, read them carefully. Like: Код: [07:41:49] WARNING [SQLError]: errorid: 1064, error: You have an error in your SQL syntax; check the manual that corresponds t...
367
1. Error in red borders are the same for every langague. It happens when you have compiled your programm if you are using pawn. 2. Both are the same.
124
Or you can just use sscanf ehh.. Waaay simpler than a custom function.
139
Show us the function "main()", literally the main function
146