01.06.2013, 14:02
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; }