Search Results
We'd need more code to see whats going wrong.
106
That's one awesome map dude, really well done
837
Fixed the problem, i made some errors in one of my own plugins to sync thread feedback to pawn.
186
Quote: Originally Posted by iorp Array index out of bounds errors cause Invalid memory access after generating a lot errors. so fix the the array problem and it will stop causing server cr...
186
Quote: Originally Posted by iorp Array index out of bounds errors cause Invalid memory access after generating a lot errors. so fix the the array problem and it will stop causing server cr...
186
Also sometimes i get the following error: Код: [12:46:50] [debug] Run time error 5: "Invalid memory access" [12:46:50] [debug] AMX backtrace: [12:46:50] [debug] #0 000c5ad4 in FunctionNodesInZone...
186
Quote: Originally Posted by BeckzyBoi Even though the timer isn't set to repeat, you should still kill it Why would you have to kill a timer that is not repeating when its function get...
340
Hello, My server crashes once every few hours/days, i've been using crashdetect to look for problems and found that during runtime somtimes memory adresses seem to be altered: Код: [12:10:45] i:...
186
I believe it is possible with a streamer, like incognito using: Код: //CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playeri...
77
Quote: Originally Posted by ****** No, pawn isn't broken, but it any language you shouldn't be creating huge local arrays. You need to think carefully about your algorithm and see if there...
117
Quote: Originally Posted by jlalt #pragma dynamic 99999999 This worked, thanks mate! Could you explain how this works? It allocates more dynamic memory or something?
117
With lower size it does work, however the compiler doesn't tell it's out of size or anything. Can't find any limits for this either
117
So, i am running into a weird problem. I am creating a two-dimensional array in a function like this: Код: forward TestFunc(test1); public TestFunc(test1) { print("0"); new testfloat[1000...
117
Quote: Originally Posted by Inuro samp-server auto close himself and I have this in server_log : [FCNPC] Error: Script initialization failed. Include file version does not match plugin ve...
10,777
Quote: Originally Posted by Inuro https://gyazo.com/a788042c4ccc9c297263abd70dd6b594 tried to change all plugins/include version, nothing work.. U are using nativechecker am i right? ...
10,777
Thanks for updating, i found one thing that i think must be different: Code: CA_RayCastLineAngle(X, Y, Z + 0.75, X, Y, Z - 3.0, waste, waste, waste, surface_rx, surface_ry, waste); shouldn't this be...
10,777
Quote: Originally Posted by NaS Hmm.. I don't know if the plugin has some dependancies you might not have installed, but anyway I've made a version without the plugin. I'm going to update ...
10,777
When i load only the QuaternionStuff plugin it still doesn't work: Код: [18:24:10] Loading plugin: QuaternionStuff.so [18:24:10] Failed (plugins/QuaternionStuff.so: undefined symbol: pAMXFunct...
10,777
I can't find the thread anymore as well, i only got the github release page as well.. Someone managed to solve it i found in the forums but no explanation on how.
62