Search Results
So today I was wondering if it is possible to create a macro "#redefine"? Was thinking something like this: Код: #define redefine %0 %1 #if defined %0 #undef %0 #endif #define %0 %1 Then I would...
75
The problem is solved this way: https://forum.sa-mp.com/showpost.php...7&postcount=56
229
How do you detect the player removing their jetpack?
187
What mistake does it make? Tell us more about the problem, please.
84
Quote: Originally Posted by SytonicX Try using Код: Ply_Info[MAX_PLAYERS][Ply_Data] //place the things inside the Ply_Data instead of the " Ply_Data " /* Example: If(FetchDataFromPly_D...
123
Hello everyone, I was wondering whether it is possible to make a function which would fetch data from an enum. I want to do this so I can access the enum's data in another file that I have included li...
123
Quote: Originally Posted by dotSILENT It's very likely, however afaik it's not hooking the server's raknet but creating it's own instance so I don't know what would be the problem. Is it e...
5,995
Quote: Originally Posted by dotSILENT That's really weird, I just tested it on both linux & windows, vehicles created with both CreateVehicle and AddStaticVehicle worked fine. The curr...
5,995
Quote: Originally Posted by dotSILENT Make sure you input float values with a dot and not a period (0.1 etc) Also, there are value-correctness checks, you can see the proper value ranges h...
5,995
I'm using the testing filterscript and I keep getting "Failed to set handling value, check if it's correct". Can someone help?
5,995
Hello sampers, I was wondering what's the difference between "#define something 5" and "#define something (5)"?
55,006