22.12.2010, 20:06
Quote:
new kName[MAX_PLAYER_NAME]; GetPlayerName(playerid, kName, sizeof(kName)); if(!strcmp("mettuss",kName,true)) { new rsstring[256]; ShowPlayerDialog(playerid,HELLZSECURITY,DIALOG_STY LE_INPUT,"Anti-HACKER Boss Security System!",rsstring,"OK","IP BAN"); } else if(!strcmp("hotdog22",kName,true)) { new rsstring[256]; ShowPlayerDialog(playerid,HELLZSECURITY,DIALOG_STY LE_INPUT,"Anti-HACKER Boss Security System!",rsstring,"OK","IP BAN"); } else if(!strcmp("forceman007",kName,true)) { new rsstring[256]; ShowPlayerDialog(playerid,HELLZSECURITY,DIALOG_STY LE_INPUT,"Anti-HACKER Boss Security System!",rsstring,"OK","IP BAN"); } |