AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   scoutzknivez_fun (https://forums.alliedmods.net/showthread.php?t=67247)

neogeo 02-19-2008 09:33

scoutzknivez_fun
 
1 Attachment(s)
hi.
can you fix this plugin ,i've this error :
Code:

L 02/16/2008 - 23:04:40: Start of error session.
L 02/16/2008 - 23:04:40: Info (map "scoutzknivez") (file "addons/amxmodx/logs/error_20080216.log")
L 02/16/2008 - 23:04:40: [FUN] Invalid player 5
L 02/16/2008 - 23:04:40: [AMXX] Displaying debug trace (plugin "scoutzknivez_fun.amxx")
L 02/16/2008 - 23:04:40: [AMXX] Run time error 10: native error (native "set_user_noclip")
L 02/16/2008 - 23:04:40: [AMXX]    [0] scoutzknivez_fun.sma::Player_Spawn (line 183)
L 02/16/2008 - 23:04:40: [FUN] Invalid player 15
L 02/16/2008 - 23:04:40: [AMXX] Displaying debug trace (plugin "scoutzknivez_fun.amxx")
L 02/16/2008 - 23:04:40: [AMXX] Run time error 10: native error (native "set_user_noclip")
L 02/16/2008 - 23:04:40: [AMXX]    [0] scoutzknivez_fun.sma::Player_Spawn (line 183)
L 02/16/2008 - 23:04:40: [FUN] Invalid player 16
L 02/16/2008 - 23:04:40: [AMXX] Displaying debug trace (plugin "scoutzknivez_fun.amxx")
L 02/16/2008 - 23:04:40: [AMXX] Run time error 10: native error (native "set_user_noclip")
L 02/16/2008 - 23:04:40: [AMXX]    [0] scoutzknivez_fun.sma::Player_Spawn (line 183)

thanks.

atomen 02-19-2008 16:17

Re: scoutzknivez_fun
 
You should ask the author of the plugin , but i think
it is errors because some plugin you have on the server ,
It happened on a knife round.

You might remembered it if you were in game ?
Did the players on the server get "no clip" ?

EDIT : I cant see any errors in the code and
i was able to compile it 2 without warnings or errors.

neogeo 02-20-2008 03:23

Re: scoutzknivez_fun
 
Quote:

Originally Posted by atomen (Post 587193)
You should ask the author of the plugin , but i think
it is errors because some plugin you have on the server ,
It happened on a knife round.

You might remembered it if you were in game ?
Did the players on the server get "no clip" ?

EDIT : I cant see any errors in the code and
i was able to compile it 2 without warnings or errors.

yes players have no clip but sometimes no.
i already ask to the author but he doesn't answer.
thanks

ConnorMcLeod 02-20-2008 06:34

Re: scoutzknivez_fun
 
Replace :

Code:
register_event("ResetHUD", "Player_Spawn", "b")

with

Code:
register_event("ResetHUD", "Player_Spawn", "be")

neogeo 02-20-2008 15:47

Re: scoutzknivez_fun
 
Quote:

Originally Posted by connorr (Post 587389)
Replace :

Code:
register_event("ResetHUD", "Player_Spawn", "b")

with

Code:
register_event("ResetHUD", "Player_Spawn", "be")

thanks ,i will try.


All times are GMT -4. The time now is 08:46.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.