Search Results
No error, just crashes. A problem with string lengths I think. I've fixed it now, works perfectly.
59
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...
59
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.
102
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 ...
187
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...
155
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...
155
Quote: Originally Posted by MadeMan pawn Код: public OnPlayerRequestClass(playerid, classid){    SetTimerEx("InstantSpawn", 200, 0, "i", playerid);    return 1;}forward InstantSpaw...
273
You need to SetSpawnInfo under OnPlayerRequestClass https://sampwiki.blast.hk/wiki/SetSpawnInfo
273
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)...
236
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...
236
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.
236
Client crash. And then theres a mass spam in the echo channel and for other still in the server. ... has left the server (TimeOut)
236
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...
236
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 ...
123
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.. ...
260
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 ...
260
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...
260
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...
260
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 ...
260
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
96