Hey, I was compiling this Jailbreak Days plugin, and got theese errors, that i couldn't fix. So im asking here for help, to help me fix it, please.
PHP Code:
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_Spawn, "player", "player_spawn", 1)
register_event("CurWeapon", "Event_CurWeapon", "be","1=1")
cvar_daysmenu = register_cvar("jbe_enable_days", "1")
register_clcmd("say /days, "specialday_check")
g_max_clients = get_maxplayers()
}
Line 57 - 59 are from register_clcmd to g_max_clients.
Thanks!