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

Anti Late Join


Post New Thread Reply   
 
Thread Tools Display Modes
edga85
BANNED
Join Date: Jan 2009
Old 09-16-2009 , 09:17   Re: Anti Late Join
Reply With Quote #11

L 09/16/2009 - 16:09:53: [AMXX] Run time error 19 (plugin "Anti_Late_Join.amxx") - debug not enabled!
L 09/16/2009 - 16:09:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/16/2009 - 16:09:54: Invalid CVAR pointer
L 09/16/2009 - 16:09:54: [AMXX] Run time error 10 (plugin "Anti_Late_Join.amxx") (native "get_pcvar_num") - debug not enabled!
L 09/16/2009 - 16:09:54: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/16/2009 - 16:09:58: Invalid CVAR pointer
L 09/16/2009 - 16:09:58: [AMXX] Run time error 10 (plugin "Anti_Late_Join.amxx") (native "get_pcvar_num") - debug not enabled!
L 09/16/2009 - 16:09:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/16/2009 - 16:09:58: Invalid CVAR pointer
L 09/16/2009 - 16:09:58: [AMXX] Run time error 10 (plugin "Anti_Late_Join.amxx") (native "get_pcvar_num") - debug not enabled!
L 09/16/2009 - 16:09:58: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/16/2009 - 16:10:14: Invalid CVAR pointer
L 09/16/2009 - 16:10:14: [AMXX] Run time error 10 (plugin "Anti_Late_Join.amxx") (native "get_pcvar_num") - debug not enabled!
L 09/16/2009 - 16:10:14: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/16/2009 - 16:10:14: Invalid CVAR pointer
L 09/16/2009 - 16:10:14: [AMXX] Run time error 10 (plugin "Anti_Late_Join.amxx") (native "get_pcvar_num") - debug not enabled!
L 09/16/2009 - 16:10:14: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/16/2009 - 16:10:42: Invalid CVAR pointer
L 09/16/2009 - 16:10:42: [AMXX] Run time error 10 (plugin "Anti_Late_Join.amxx") (native "get_pcvar_num") - debug not enabled!
L 09/16/2009 - 16:10:42: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
edga85 is offline
Send a message via Skype™ to edga85
biscuit628
Senior Member
Join Date: Jun 2007
Location: 香港HongKong
Old 09-16-2009 , 09:30   Re: Anti Late Join
Reply With Quote #12

Quote:
Originally Posted by edga85 View Post
L 09/16/2009 - 16:09:53: [AMXX] Run time error 19 (plugin "Anti_Late_Join.amxx") - debug not enabled!
L 09/16/2009 - 16:09:53: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 09/16/2009 - 16:09:54: Invalid CVAR pointer
L 09/16/2009 - 16:09:54: [AMXX] Run time error 10 (plugin
.....
bug fixed.
please redownload
__________________
My Plugins

C4man with fun

Sniper Skill bonus
-------------------------
Sorry for my poor English!
biscuit628 is offline
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 09-16-2009 , 09:34   Re: Anti Late Join
Reply With Quote #13

hehe maybe u fix the money too thats why i dont released my code im not sure but when you kill a user, the user loose money or user on join become 800 & in 2. round he has more then 800. maybe you check the spawn in 2. round & set users money 800 again.
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
biscuit628
Senior Member
Join Date: Jun 2007
Location: 香港HongKong
Old 09-16-2009 , 09:39   Re: Anti Late Join
Reply With Quote #14

Quote:
Originally Posted by One View Post
hehe maybe u fix the money too thats why i dont released my code im not sure but when you kill a user, the user loose money or user on join become 800 & in 2. round he has more then 800. maybe you check the spawn in 2. round & set users money 800 again.
that mean set the late join player money to mp_startmoney on next round?
__________________
My Plugins

C4man with fun

Sniper Skill bonus
-------------------------
Sorry for my poor English!
biscuit628 is offline
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 09-16-2009 , 09:42   Re: Anti Late Join
Reply With Quote #15

yop maybe you add a cvar.
if(get_pcvar_num("set_money_back") == 1)
set_user_money(id,get_cvar(mp_startmoney))



that what i writed is silly but i think you know now what i mean
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
biscuit628
Senior Member
Join Date: Jun 2007
Location: 香港HongKong
Old 09-16-2009 , 09:55   Re: Anti Late Join
Reply With Quote #16

Quote:
Originally Posted by One View Post
yop maybe you add a cvar.
if(get_pcvar_num("set_money_back") == 1)
set_user_money(id,get_cvar(mp_startmoney))



that what i writed is silly but i think you know now what i mean
update!
__________________
My Plugins

C4man with fun

Sniper Skill bonus
-------------------------
Sorry for my poor English!
biscuit628 is offline
tuty
Veteran Member
Join Date: Jul 2008
Location: UK
Old 09-16-2009 , 11:38   Re: Anti Late Join
Reply With Quote #17

uhm... im not sure about this but you could use MSG_ALL instead of MSG_BROADCAST
__________________
tuty is offline
Send a message via ICQ to tuty Send a message via AIM to tuty
biscuit628
Senior Member
Join Date: Jun 2007
Location: 香港HongKong
Old 09-16-2009 , 19:07   Re: Anti Late Join
Reply With Quote #18

Quote:
Originally Posted by tuty View Post
uhm... im not sure about this but you could use MSG_ALL instead of MSG_BROADCAST
i don't know too much about message_begin..
__________________
My Plugins

C4man with fun

Sniper Skill bonus
-------------------------
Sorry for my poor English!
biscuit628 is offline
4554
Senior Member
Join Date: Aug 2009
Old 09-17-2009 , 06:14   Re: Anti Late Join
Reply With Quote #19

nice work! take in your BAC?
4554 is offline
edga85
BANNED
Join Date: Jan 2009
Old 09-17-2009 , 12:34   Re: Anti Late Join
Reply With Quote #20

Quote:
Originally Posted by durkeeez View Post
hmm... i got a question , If i put it to my DR server , and a player , respawn when he dies , it will slay him or not?
Can you make support for deathrun? pls....
edga85 is offline
Send a message via Skype™ to edga85
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 04:40.


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