Weird Problem
#2

pawn Код:
Change this:
format(string, sizeof(string), "ERROR: Password must be between %d and $d characters long!", gSettings[PASS_MIN], gSettings[PASS_MAX]);

to this:
format(string, sizeof(string), "ERROR: Password must be between %d and %d characters long!", gSettings[PASS_MIN], gSettings[PASS_MAX]);
He has already answered,sorry ;p
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)