03.12.2012, 20:04
Try like this... I'm not sure but try it and tell me
Код:
if(strcmp(cmd, "/event", true) == 0) { for(new i=0;i<MAX_PLAYERS;i++) { ShowPlayerDialog(i, 6987, DIALOG_STYLE_LIST, "Ce fel de event vrei?", "1:Deagle\n2:LCS\n3:CTvsTT\n4:Race\n5:Altul", "OK", "Renunta"); return 1; } }