Search Results
Quote: Originally Posted by MEGADETHS I don't know if this is still being updated but I'm working on a map with over 10000+ objects and sometimes when i hit "show code" the map editor just...
30,537
I'm not sure what you mean but I guess that each "property" has it's own unique ID which is saved in a string and you need to convert that string to an integer?
86
Didn't know that, thanks. Anyway I found a workaround but I was wondering why it does that so I that I know for the future.
151
Oh makes sense, thanks works now. EDIT: When I freeze the player the animation doesn't get applied. Any idea why? Код: ApplyAnimation(playerid, "BOMBER", "BOM_Plant_Loop", 4.0, 1, 0, 0, 1, 0); ...
151
So I made a robbing system for ATMs and the animation doesn't get applied for some reason. I tried setting it twice but still nothing so I decided to make a command just for the animation. I have to ...
151
The thing is, I used to love the simplicity of Dini and after Dini2 was released I switched to it because it's fast af like compared to y_ini it's 10 times faster. So I guess I'll stick with it becaus...
134
So here is my user save system: Код: stock SavePlayer(playerid) { new file[64]; format(file, sizeof(file), "/Users/%s.ini", pInfo[playerid][pIme]); if(pInfo[playerid][pLogged] == 1 &...
134
I think it's not because of objects. I tried removing those that cause a crash and yet another one comes out so that's not the problem. Player crash on first spawn for some reason. People who have a ...
226
Objects that crash: 1215, 982 Why?
226
I don't understand why it crashes people? EDIT: Here are the objects: Код: CreateDynamicObject(982, -321.51929, 1507.44983, 75.22069, 0.00000, 0.00000, 90.00000, 3); CreateDynamicObject(982, ...
226
Finally got it... Код: SA-MP 0.3.7 Exception At Address: 0x007324B6 Base: 0x04480000 Registers: EAX: 0xC1000000 EBX: 0x0000002F ECX: 0x16C0A9A8 EDX: 0x000000C7 ESI: 0x00000007 EDI: 0x0ED855D8 EBP...
226
So I've been making a RP server for a long time and something just keeps bugging me. I've made a huge map by myself and it include more than 7000 objects so I had to use a streamer. I tried optimizin...
226
It was actually something I f***ed up during the testing of the server so it stopped working. Fixed btw. Thanks anyway
454
You can make a loop to go through every char. and replace the ones you want.
98
My server used to work fine when I had Windows 7, but after I updated to Windows 10 Pro when I connect it takes a long time to load, everything bugs and lags and when I type in a command it take some ...
454
This is what comes out using -d3 params in the compiler: Код: [debug] Run time error 4: "Array index out of bounds" [debug] Attempted to read/write array element at index 65535 in array of size ...
157
Try this: Код: CreateDynamic3DTextLabel("Pizza\n{FFFFFF}Use /join", 0xFF0000FF, 1684.4050, -2369.3647, 13.5469, 175.9875+0.6, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0); And can you explain ...
112
Quote: Originally Posted by Heress Update streamer and sscanf plugin and include? I already did. Edit: My OS is Windows 10 Pro if it has anything to do with this because I started havi...
157
So I had a problem with starting the server (It used to say that it can't find my GM). So I updated all the plugins and I'm still having problems. I downloaded the crashdetect and nativechecker plugin...
157