Raised This Month: $ Target: $400
 0% 

amx_gore Run time error 10


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
sb123
Senior Member
Join Date: Jan 2007
Old 02-25-2007 , 06:23   amx_gore Run time error 10
Reply With Quote #1

L 02/25/2007 - 19:04:26: [FUN] Invalid player 24
L 02/25/2007 - 19:04:26: [AMXX] Run time error 10 (plugin "amx_gore.amxx") (native "set_user_rendering") - debug not enabled!
L 02/25/2007 - 19:04:26: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

http://www.w3arcade.net/amx_gore.sma

help plz
sb123 is offline
Send a message via ICQ to sb123 Send a message via MSN to sb123 Send a message via Yahoo to sb123
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-25-2007 , 07:23   Re: amx_gore Run time error 10
Reply With Quote #2

Just a warning.

try to replace :

Code:
static fx_trans(player,amount) {     set_user_rendering(player,kRenderFxNone,0,0,0,kRenderTransAlpha,amount)     return PLUGIN_CONTINUE }

by :

Code:
static fx_trans(player,amount) {     if( is_user_connected(player) )         set_user_rendering(player,kRenderFxNone,0,0,0,kRenderTransAlpha,amount)         return PLUGIN_CONTINUE }


Recompile.
__________________
Arkshine is offline
sb123
Senior Member
Join Date: Jan 2007
Old 02-25-2007 , 08:46   Re: amx_gore Run time error 10
Reply With Quote #3

Thank you very much
sb123 is offline
Send a message via ICQ to sb123 Send a message via MSN to sb123 Send a message via Yahoo to sb123
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 00:38.


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