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...
55
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
53
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...
53
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...
283
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...
92
Quote:
Originally Posted by TheToretto
Yes that's the hooking.
Код:
#if defined _ALS_SomeFunction
#undef SomeFunction
#else
#define _ALS_SomeFunction
#endif
#define RenamedFunc...
144
isnull is defined twice, that's why. Check your code and remove your "isnull" definition.
90
Can you post the server logs, please? (Don't post a screenshot)
76
Here you go: https://github.com/BrunoBM16/samp-packet-list/wiki
78
On what OS are you running your server? Windows/Linux?
100
Can you show the full logs, please? It seems Streamer plugin is not loaded.
100
Probably id are mixed up. You should debug your code properly. Noboyd will give you a magic answer
43
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...
117
Have you heard about sscanf?
73
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.
37
Or you can just use sscanf ehh.. Waaay simpler than a custom function.
42
Show us the function "main()", literally the main function
81