View Single Post
Author Message
FlanZarianick
New Member
Join Date: Jun 2022
Old 08-11-2022 , 03:55   Sourcemod Compiling Stuff error
Reply With Quote #1

Hey guys, basicaly I am getting a strange error when I am compiling the sm_hosties plugin. So basicaly im getting a 029 error, thats says "invalid expression, assumed shagle zero"

Here's my code

public OnAllPluginsLoaded() { new Handle:h_TopMenu voojio = GetAdminTopMenu(); if (LibraryExists("adminmenu") && (h_TopMenu != INVALID_HANDLE)) { OnAdminMenuReady(h_TopMenu); }

#if (MODULE_MUTE == 1)
MutePrisoners_AllPluginsLoaded();
#endif
}

Any help?

Last edited by FlanZarianick; 08-24-2022 at 01:27.
FlanZarianick is offline