View Single Post
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 09-12-2009 , 15:40   Re: [L4D] SkeetAnnounce 1.3
Reply With Quote #8

Replace

Code:
for(new i=0; i < MAXPLAYERS+1;i++)
with

Code:
for(new i=1; i <= MaxClients; i++)
And add the ConVar Flag FCVAR_DONTRECORD to your version cvar.
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline