Raised This Month: $51 Target: $400
 12% 

Reset Score


Post New Thread Reply   
 
Thread Tools Display Modes
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-17-2012 , 04:47   Re: Reset Score
Reply With Quote #51

Quote:
Originally Posted by bazhenov93 View Post
Don't bump and don't PM me for help.

untested.
If you plain to support that plugin, please change :

PHP Code:
    //These both NEED to be done twice, otherwise your frags wont
    //until the next round
    
cs_set_user_deaths(id0)
    
set_user_frags(id0)
    
cs_set_user_deaths(id0)
    
set_user_frags(id0
to

PHP Code:
    set_user_frags(id0)
    
cs_set_user_deaths(id0
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
bazhenov93
Veteran Member
Join Date: Oct 2010
Old 05-17-2012 , 15:41   Re: Reset Score
Reply With Quote #52

Oh, okay. I have not see all the code, just added the request.

Updated.
bazhenov93 is offline
Kannan92
New Member
Join Date: May 2012
Old 07-10-2012 , 09:02   Re: Reset Score
Reply With Quote #53

Hey friend i have an issue with this plugin, when i reset it works but in the next round i get death frags again and the score is zero, please help me out...
Kannan92 is offline
bazhenov93
Veteran Member
Join Date: Oct 2010
Old 07-16-2012 , 15:29   Re: Reset Score
Reply With Quote #54

Quote:
Originally Posted by Kannan92 View Post
Hey friend i have an issue with this plugin, when i reset it works but in the next round i get death frags again and the score is zero, please help me out...
Maybe is some plugin on your server that is causing that? Because in this one there is nothing that can do that bug/etc ..
bazhenov93 is offline
talha
Senior Member
Join Date: Jul 2011
Location: On Earth
Old 07-18-2012 , 15:52   Re: Reset Score
Reply With Quote #55

RESETSCORE is causing this prob on my server and getting it to crash this is not the first time . its working alright but once in a day it crashes my server

Code:
L 07/15/2012 - 01:46:06: Start of error session. 
L 07/15/2012 - 01:46:06: Info (map "awp_india") (file "addons/amxmodx/logs/error_20120715.log") 
L 07/15/2012 - 01:46:06: [CSTRIKE] Invalid player 6 
L 07/15/2012 - 01:46:06: [AMXX] Displaying debug trace (plugin "resetscore.amxx") 
L 07/15/2012 - 01:46:06: [AMXX] Run time error 10: native error (native "cs_set_user_deaths") 
L 07/15/2012 - 01:46:06: [AMXX]    [0] resetscore.sma::reset_score (line 54) 
L 07/15/2012 - 07:23:33: Start of error session. 
L 07/15/2012 - 07:23:33: Info (map "de_nuke") (file "addons/amxmodx/logs/error_20120715.log") 
L 07/15/2012 - 07:23:33: [ENGINE] Invalid player 3 (not in-game) 
L 07/15/2012 - 07:23:33: [AMXX] Run time error 10 (plugin "snblock.amxx") (native "entity_range") - debug not enabled! 
L 07/15/2012 - 07:23:33: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
L 07/15/2012 - 07:23:33: [ENGINE] Invalid player 3 (not in-game) 
L 07/15/2012 - 07:23:33: [AMXX] Run time error 10 (plugin "snblock.amxx") (native "entity_range") - debug not enabled! 
L 07/15/2012 - 07:23:33: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). 
L 07/15/2012 - 07:23:33: [ENGINE] Invalid player 3 (not in-game) 
L 07/15/2012 - 07:23:33: [AMXX] Run time error 10 (plugin "snblock.amxx") (native "entity_range") - debug not enabled! 
L 07/15/2012 - 07:23:33: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Code:
L 07/14/2012 - 02:03:18: Start of error session. 
L 07/14/2012 - 02:03:18: Info (map "vip_truck") (file "addons/amxmodx/logs/error_20120714.log") 
L 07/14/2012 - 02:03:18: [CSTRIKE] Invalid player 5 
L 07/14/2012 - 02:03:18: [AMXX] Displaying debug trace (plugin "resetscore.amxx") 
L 07/14/2012 - 02:03:18: [AMXX] Run time error 10: native error (native "cs_set_user_deaths") 
L 07/14/2012 - 02:03:18: [AMXX]    [0] resetscore.sma::reset_score (line 54)
Code:
L 07/18/2012 - 12:33:55: Start of error session.
L 07/18/2012 - 12:33:55: Info (map "de_dust2_long") (file "addons/amxmodx/logs/error_20120718.log")
L 07/18/2012 - 12:33:55: [CSTRIKE] Invalid player 5
L 07/18/2012 - 12:33:55: [AMXX] Displaying debug trace (plugin "resetscore.amxx")
L 07/18/2012 - 12:33:55: [AMXX] Run time error 10: native error (native "cs_set_user_deaths")
L 07/18/2012 - 12:33:55: [AMXX]    [0] 95517.attach::reset_score (line 54)
__________________
PLz do visit my sites
www.igcse.tk
www.alevel.tk
mY Steam

Last edited by talha; 07-18-2012 at 15:58.
talha is offline
Send a message via Yahoo to talha
Razvann.
Senior Member
Join Date: Jul 2012
Old 07-18-2012 , 15:53   Re: Reset Score
Reply With Quote #56

Quote:
Originally Posted by Kannan92 View Post
Hey friend i have an issue with this plugin, when i reset it works but in the next round i get death frags again and the score is zero, please help me out...
Use this http://forums.alliedmods.net/showthread.php?p=933493

Last edited by Razvann.; 07-18-2012 at 15:53.
Razvann. is offline
Send a message via Yahoo to Razvann.
Aooka
Veteran Member
Join Date: Aug 2011
Location: Villeurbanne
Old 07-18-2012 , 16:43   Re: Reset Score
Reply With Quote #57

I like this plugin for all deathmatch and free for all. Nice job !
__________________
Pawn ? Useless
Aooka is offline
DreamZ1337
BANNED
Join Date: Nov 2012
Location: My Home
Old 12-12-2012 , 08:05   Re: Reset Score
Reply With Quote #58

No action's happening, when i change the map, i've added resetscore into plugins and resetscore.amxx into plugins.ini nothing happend. I've tried to change the map too, not work.
Any idea?
DreamZ1337 is offline
LightGamin
Member
Join Date: Apr 2011
Old 04-24-2013 , 10:02   Re: Reset Score
Reply With Quote #59

Is it possible to do the same thing, without using the amxx fun module?
LightGamin is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-29-2013 , 14:31   Re: Reset Score
Reply With Quote #60

fun module is ultra safe to use, what is the reason you don't want to use it ?
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:47.


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