Weird Problem
#10

Quote:
Originally Posted by MadeMan
Find the place where you have

pawn Код:
new gSettings
pawn Код:
new gSettings[SETTINGS_MAIN];
pawn Код:
gSettings[PASS_MIN]             = dini_Int(SettingFile, "PassMin");
    gSettings[PASS_MAX]             = dini_Int(SettingFile, "PassMax");
pawn Код:
else if(strlen(params) < gSettings[PASS_MIN] || strlen(params) > gSettings[PASS_MAX])
pawn Код:
else if(strlen(tmp2) < gSettings[PASS_MIN] || strlen(tmp2) > gSettings[PASS_MAX])
All gSettings i can find related to that
Reply


Messages In This Thread
Weird Problem - by Torran - 24.01.2010, 12:31
Re: Weird Problem - by Nakash - 24.01.2010, 12:32
Re: Weird Problem - by dice7 - 24.01.2010, 12:33
Re: Weird Problem - by Torran - 24.01.2010, 12:36
Re: Weird Problem - by MadeMan - 24.01.2010, 12:38
Re: Weird Problem - by Torran - 24.01.2010, 12:39
Re: Weird Problem - by MadeMan - 24.01.2010, 12:48
Re: Weird Problem - by Torran - 24.01.2010, 12:51
Re: Weird Problem - by MadeMan - 24.01.2010, 12:55
Re: Weird Problem - by Torran - 24.01.2010, 12:58

Forum Jump:


Users browsing this thread: 3 Guest(s)