Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
I've found the problem: I had YSF loaded because I was testing few things before. I then changed the gamemode file and the new one uses SetPlayerWeather. YSF plugin is loaded but the gamemode does not include YSF and that caused the crash. After including it and testing it again is fine.
Posts: 352
Threads: 37
Joined: Jun 2012
Quote:
[21:52:20] Error: Function not registered: 'GetWeather'
[21:52:20] Script[gamemodes/imperial.amx]: Run time error 19: "File or function is not found"
|
4char
Posts: 406
Threads: 16
Joined: Nov 2007
Reputation:
0
that can be changed on client side by typing /audiomsg and theres nothing any server plugin can do to remove that chat message.
Posts: 2,334
Threads: 62
Joined: Dec 2009
Reputation:
0
Is possible to play multiple audio streams at once?
Posts: 11
Threads: 1
Joined: Mar 2014
Reputation:
0
Why when i start samp-server it's show me error: MSVCR100.dll missing?
I setup him again in system32 and its dosn't work and show me the error again??
Posts: 913
Threads: 70
Joined: Apr 2009
Reputation:
0
Download Visual C++ Redistributable 2012/2010 x86 Update 4, install it and problem solved. NEVER download missing .dll files from somewhere shit webpage.
Posts: 913
Threads: 70
Joined: Apr 2009
Reputation:
0
Anyway, did you use SetPlayerGravity() under OnPlayerDisconenct() ?
Posts: 662
Threads: 102
Joined: Sep 2010
Reputation:
0
Indirectly, but yes. That might be causing crashes?
I have one function that sets up players for minigames and removes all stuff applied when player was not in minigame, including gravity. ( resets to default).
And it appears ( not sure why) it is under OnPlayerDisconnect...