Hello guys!
Since i've started to make a classic mode, i'm having problems with scripting for the gag plugin.
So, the errors are:
plmenu.sma(93) : warning 217: loose indentation
plmenu.sma(94) : warning 217: loose indentation
plmenu.sma(99) : warning 217: loose indentation
plmenu.sma(100) : warning 217: loose indentation
And here's my lines:
PHP Code:
register_clcmd("amx_gagmenu", "cmdGagMenu", ADMIN_KICK, "- displays gag menu")
register_clcmd("amx_kickmenu", "cmdKickMenu", ADMIN_KICK, "- displays kick menu")
register_clcmd("amx_banmenu", "cmdBanMenu", ADMIN_BAN, "- displays ban menu")
register_clcmd("amx_slapmenu", "cmdSlapMenu", ADMIN_SLAY, "- displays slap/slay menu")
register_clcmd("amx_teammenu", "cmdTeamMenu", ADMIN_LEVEL_A, "- displays team menu")
register_clcmd("amx_clcmdmenu", "cmdClcmdMenu", ADMIN_LEVEL_A, "- displays client cmds menu")
register_menucmd(register_menuid("Gag Menu"), 1023, "actionGagMenu")
register_menucmd(register_menuid("Ban Menu"), 1023, "actionBanMenu")
I've looked for the problem, since i can't compile the whole file for those 4 lines, but i still cannot find my problem. I will be very grateful, if you help a bit
Cheers