Search Results
For those who wants to protect their original content from being ripped and used on other servers, please file a patent legal request claiming copyrights so you can demand for removal on all servers y...
11,185
"Append col to dff error: 7" What is that error? I tried to append an existing .col file, and also making the .col file with kdff gui, same error.
15,522
Quote: Originally Posted by Widoh Did you check if isn't a anti-cheat script? Maybe weapon-crasher I had the same issue when my client streams a lot of actors, I fixed it by changing acksl...
785
Sometimes I get the "Server closed the connection." message when I shoot a player using a custom skin, and I'm also using a custom skin. It doesn't happen all the times (it's very rare, actually), and...
785
Yep. Enumerators. Код: enum MyEnumerator { enumInteger, enumString[32] }; new MyArray[][MyEnumerator] = { {1, "This string"}, {2, "Another string"} }; MyArray[0][enumInteger] =&g...
107
Try this: pawn Code: #define _mysql_pquery(%1,%2,%3,%4,%5) do{mysql_pquery(%1,%2,%3,%4,%5);print(%2);}while(-1) It will execute the query, then print it on the console.
86
I think you can't use sizeof on a multidimensional array. You should do something like this: pawn Код: new Float: TeamASpawns[][4] = {    {1090.1176,1915.2543,10.8203,359.0264},    {1093.699...
200
Well, maybe there's something like 'if(IsPlayerLoggedIn(playerid))' before the logout function, and the variable that stores the logged-in state isn't equal to TRUE, so the logout function isn't being...
115
I see. But we're in 2014, who the hell still uses < 1024x768...
608
Since textdraws are created based on a 640x480px canvas, why should it look different on other resolutions?
608
Also, my current structure is this: pawn Код: [gamemode.pwn]forward Something();public Something(); { return 42; }[filterscript.pwn -> functions.inc]stock Something() { return CallRemoteFuncti...
190
Actually, I'm kinda confused to use y_master too. My project needs to follow this structure: [gamemode.pwn -> Contains the functions that can be accessed by filterscript.pwn and anticheat.pwn] [fi...
190
Server crashes when I load a filterscript that uses some of the YSI includes, such as sscanf, y_hooks, y_iterate and y_va. EDIT: Tested on 2.0.2, still the same problem.
4,925
Hi, I'm trying to make an include that disables some SA:MP functionalities. This is needed for my project. For example, I need to disable 'SetVehicleVirtualWorld'. I tried to #undef SetVehicleVirtu...
68
@[D]ry[D]esert, I see your point. That's actually a pretty annoying problem. But I guess it would be necessary to implement some memory hacking at this plugin, which makes this project very dependent ...
48,644
Quote: Originally Posted by [D]ry[D]esert I was wondering if the problem about npcs with the plugin is fixed, because i might have the same problem as Mauzen posted before, im using RNPC w...
48,644