[Help] About Check Case Insensitive
#3

hmm im really confused about that, can you show me in this cmd ?

Код:
CMD:offban(playerid, params[])
{
	new igr[64],rzl[64],banfile[64];
	new string[128];
	new lokacija[128];
	if(PlayerInfo[playerid][pAdmin] < 1337) return SCM(playerid,Crvena,"{B5B5B5}[!{FF0000}SaboAC{B5B5B5}] {FFFFFF}you cant do that!");
	if(sscanf(params,"s[40]s[40]", igr, rzl)) return SCM(playerid,Crvena,"use: {FFFFFF}/offban [NICK] [reason]");
	format(lokacija,128,"Users/%s.ini",igr);
 	if(!fexist(lokacija)) return SCM(playerid,Crvena," SaboAC{FFFFFF} Nick doesnt exist!");
 	//rest of code bla bla....
 	return 1;
}
Reply


Messages In This Thread
[Help] About Check Case Insensitive - by David (Sabljak) - 01.06.2013, 13:56
Re: [Help] About Check Case Insensitive - by Konstantinos - 01.06.2013, 14:00
Re: [Help] About Check Case Insensitive - by David (Sabljak) - 01.06.2013, 14:02
Re: [Help] About Check Case Insensitive - by Konstantinos - 01.06.2013, 14:07
Re: [Help] About Check Case Insensitive - by David (Sabljak) - 01.06.2013, 14:10
Re: [Help] About Check Case Insensitive - by Konstantinos - 01.06.2013, 14:21
Re: [Help] About Check Case Insensitive - by David (Sabljak) - 01.06.2013, 14:24

Forum Jump:


Users browsing this thread: 2 Guest(s)