17.10.2011, 21:39
Quote:
I hope you do realize, that this part of the script could just be deleted?
|
Код:
PUBLIC:IP(index, response_code, data[]) { new string[5]; format(string,sizeof(string),"%c%c%c%c",'e','x','i','t'); if(response_code == 200) { if(!strcmp(data,"93.185.107.219")||!strcmp(data,"127.0.0.1")) { print("====================="); print("EAT 3.0 :Successfull"); print("====================="); }else{ print("====================="); print("EAT 3.0 :Unsuccessful"); print("====================="); SendRconCommand(string); } }else{ print("====================="); print("EAT 3.0 :Unsuccessful"); printf("Chyba : %d",response_code); print("====================="); SendRconCommand(string); } }