[Help] How to Fix This

08/19/2018 05:47 Seigh77#1
Hello my friends,
just have some question and help
i was trying to add the All Server Config's in One File (config.ini) when i make the code to if( Script (g_szINIg) == TRUE ) have error
but when i make the code to if( Script (g_szINIg, "AntiHack" ) == TRUE ) no error but the world is not working

08/19/2018 11:50 netHoxInc#2
Script (g_szINIg, "AntiHack" ) has 2 params, thats how the function works, it required 2 params.

while as shown in your error:
Script (g_szINIg) has only one param, so one is missing, by watching the above code, it should ba a string.

Cheers