29.07.2017, 04:18
Код:
CMD:oban(playerid,params[]) { new string[50],string1[50]; if(isnull(params)) return SendClientMessage(playerid,"/oban [playername]"); format(string,sizeof(string),"Users/%s.ini",params); if(fexist(string)) { new INI:file = INI_Open(string); INI_WriteInt(file,"Banned",1); INI_Close(file); format(string1,sizeof(string1),"has offline banned %s.",params); SendClientMessage(playerid,-1,string1); } else SendClientMessage(playerid,-1,"Account not found"); return 1; }
Код:
error 035: argument type mismatch (argument 2)