Posts: 546
Threads: 44
Joined: Jan 2010
Reputation:
0
In one of my Game modes I have 4 textdraws, and when the GM restarts 2 of them always disappear. Setting a Timer to reset them shows them for a frame, then they disappear until the server is restarted.
Always when i restart my server it unload but doesn't reload some FS's, maybe it has to do something with this?
Posts: 546
Threads: 44
Joined: Jan 2010
Reputation:
0
I haven't had that. I'll try make a video some time.
Posts: 687
Threads: 28
Joined: Mar 2010
Reputation:
0
It happens when you don't delete them in OnGameModeExit or OnFilterScriptExit.
Posts: 2,268
Threads: 89
Joined: Apr 2009
Reputation:
0
Yeah, that also happens to me sometimes, but not always.
Posts: 546
Threads: 44
Joined: Jan 2010
Reputation:
0
Still happening. It's really annoying because one of my textdraws is a timer(essential part of GM), and that timer doesn't show for some players after a GMX.
Posts: 209
Threads: 19
Joined: Dec 2008
Weird, I'm using textdraws too (not too much). When I /gmx my textdraws and everything works fine. I'm sure you guys made mistakes in your codes.
Posts: 860
Threads: 10
Joined: Aug 2008
Reputation:
0
After GMX, some parts of my Filterscript like Objects don't work.
Posts: 209
Threads: 19
Joined: Dec 2008
Quote:
Originally Posted by Adil
After GMX, some parts of my Filterscript like Objects don't work.
|
That's probably a wrongly scripted filterscript.