Search Results
No error, just crashes. A problem with string lengths I think.
I've fixed it now, works perfectly.
348
Hey, i've been trying and testing a way to make this command work but it just keeps messing up. It makes the server crash and the names repeat.
Its fine at 30 players, but my server often has more th...
348
If this is a gamemode for a 0.3 server you need to have the virtual world specified also.
Check the wiki link posted by jacko, it shows an example of how it's meant to be used.
464
When you die, your weapons automatically reset, you'll notice as soon as you die, look at the weapons. It changes to fist.
You could run it on a timer. Checking every second or two.
Then during the ...
819
Sorry for the late reply, was kinda busy.
This is a very old version of the command i wrote for my gamemode, i now use dcmd, sscanf and for user accounts i use sqlite, which makes unbanning and accou...
745
I used to use that method for user files, I did manage to write an /unban [name] command. It worked perfect in windows but often crashed the server in Linux.
I think it was something about the file p...
745
Quote:
Originally Posted by MadeMan
pawn Код:
public OnPlayerRequestClass(playerid, classid){ SetTimerEx("InstantSpawn", 200, 0, "i", playerid); return 1;}forward InstantSpaw...
1,112
You need to SetSpawnInfo under OnPlayerRequestClass
https://sampwiki.blast.hk/wiki/SetSpawnInfo
1,112
I found out, as i suspected, it had something to do with vehicles being spawned...
I thought it was something like an invalid vehicle model, only it isn't..
I just tried to spawn a Rhino (Model 432)...
884
Nothing really in the logs, just showing load sof people leaving through timeout... heres the error
Код:
Exception At Address: 0x007F0C37
Registers:
EAX: 0x00000000 EBX: 0x00B1AEF4 ECX: 0x095AEB...
884
It was an error similar to that yeah, after the game closed.
Its only happened once in the last 2 days which is unusual. Its normally happening every day around the same time.
884
Client crash.
And then theres a mass spam in the echo channel and for other still in the server. ... has left the server (TimeOut)
884
I'm not sure if this is caused by an ingame attack, script exploit, or some cheater using a spawner or something.
The server will run fine, then certain times of day everyone will start crashing. Onl...
884
This has been happening for some time.. Its becomming sometihng that happens daily now.
The server is working nicely, then everyone starts timing out.
When they rejoin, they spawn and time out.
If ...
384
Ok i tried looking through and im unable to find exactly whats causing it... Here is the code for my database handler
The indention went a little crazy on pastebin so i fixed it up as best i could..
...
1,095
Everything was working perfectly fine, then suddenly it goes crazy..
With the old account system i used, there was no such problems.
I don't pretend to fully understand sql, i tried learning it and ...
1,095
if something needs doing, i have it open the database, update, insert or query...
Then close the database.
I tried it opening it from when the gamemode starts, and closing the database when the game...
1,095
Everything on connect and disconnect is reset. And al seems to work fine. Then after a couple of hours it just goes crazy..
Admins cant ban, players cant login, and their accounts appear unregistered...
1,095
I changed to SQLite Database for my server. It all was going fine, then some of the players started getting banned by an admin, but it was a hacker on an admin account...
We knew it was a hacker cos ...
1,095
Thanks guys, thats helped me a lot, I'll work on it and see wha ti can come up with..
Again thanks to all replies
611
