View Single Post
eric0279
AlliedModders Donor
Join Date: May 2007
Old 08-07-2012 , 23:00   Re: [ANY] Timing Out Announce v1.0.2 (02.08.2012)
Reply With Quote #7

Hello,

Code:
static bool:bTimedOut[MAXPLAYERS+1], RenderFx:iRenderFx[MAXPLAYERS+1];;
should be :
Code:
static bool:bTimedOut[MAXPLAYERS+1], RenderFx:iRenderFx[MAXPLAYERS+1];
eric0279 is offline