View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 03-03-2019 , 06:09   Re: Need help for complied errors
Reply With Quote #3

PHP Code:
new MaxClients GetConVarInt(FindConVar("maxplayers")); 
Remove this line, MaxClients is a global variable managed by SM.

I suggesting looking at the timer documentation: https://wiki.alliedmods.net/Timers_(...Mod_Scripting)
__________________
asherkin is offline