Raised This Month: $ Target: $400
 0% 

amx_gore Run time error 10


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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