Search Results
You can just use a hex editor to edit the individual bytes. I did this with the pointlight objects and now can make any colour I want using a script. In the red dff look for FF 00 00 and then look in ...
356
Quote: Originally Posted by Riddick94 Seriously? Can you NOT make GetPlayerSkin(playerid) compatible with a custom skins? That is the dumbest idea I have ever seen to have a separate fun...
36,130
Redirecting is indeed much faster. I went from up to 150kB/s to over 2500kB/s.
36,130
I have a problematic object. It's a default object that I've (tried to) removed collisions from. It shows a green tick on kdff but in game I get this error: [warning] Could not verify 0x198F40AB.dff ...
36,130
That answers all my questions preemptively. Thanks!
15,638
The RW section ID for the collision in the DFFs is meant to be 0x0253F2FF, right? On gtamodding it says collision sections use 0x0253F2FA but this conflicts with what kdff generates.
15,638
Voted for both options because it was possible for some reason.
172
Quote: Originally Posted by Sew_Sumi It's as if he's been waiting for this day to post up a list of his players countries lol. Nice list though. Haha, it's easy with MySQL if you st...
679
On my server with 42000 registered players: 5794 Brazil 2522 Poland 2489 Russian Federation 2153 Turkey 1771 Germany 1573 United Kingdom 1483 Lithuania 1351 Romania 1161 Spain 1063 Argentina...
679
I think this should work. Insert it at the start. Код: SetPlayerVirtualWorldEx(playerid, worldid); { new oldworld = GetPlayerVirtualWorld(playerid); if(oldworld != worldid) { SetPlayerVirtualW...
107
I'm back to report that connork's code worked.
235
No NPCs. I will try to stop the connections in OnIncomingConnection.
235
Just add another 90 degrees and then you can get from A to C using the 'facing forward' code. Its coords are 3(sin(18.4+90),cos(18.4+90)). Then to get D just do C+B-A. In GTASA reverse degrees it's li...
117
Evolution Host. Not VPS or dedicated, just game server hosting.
235
I have kind of a strange problem. When my server is full with 32 players sometimes a few more players will join with ids 32, 33, even as high as 34 so that we have 35/32 slots used. I tried adding К...
235
I've been using them for a few months now and in my experience the answer to all your questions is yes. I had some complex problems and the support were very helpful and knowledgeable.
236
The regular OVH anti-DDoS is pretty useless against targets against SA-MP servers. They have a special Game anti-DDoS which works extremely well but you need a dedicated server for it as they don't se...
249
The blue thing. Its colour has probably been changed with SetObjectMaterial. I've looked everywhere and can't find anything like it.
94