Search Results
I have a problem, when I type /enter i got message "SerevR: Unknown command" but command works perfect. this is my command: Код: if(strcmp(cmd, "/enter", true) == 0) { if(IsPlayerConnecte...
279
No i want to make progress bar that will run with my timer. 15 mins, 14.13..
194
Hi i have a 15min timer, how can i make him to show me progress bar? Thanks
194
Quote: Originally Posted by UFF Код: if(dialogid == PBMAINMENU) { if(!response) { ShowPlayerDialog(playerid,PBMAINMENU,DIALOG_STYLE_LIST,"Paintball Arena - Main M...
281
Quote: Originally Posted by 3417512908 edit all OnDialogResponse callback of your fiterscripts.don't use return 1. edit to return 0. and,remember this,OnDialogResponse should return 0 on f...
281
No, it's not. With command /joinarena I call stock that open dialog PBMAINMENU. Код: PaintballMainMenu(playerid) { new string[128]; format(string,sizeof(string),"Odaberi arenu\nPaintball Tokeni\...
281
I have one problem, dialogs dont response, dialog work when I call him with command, but from ondialogresponse doesnt work. Код: dcmd_joinarena(playerid, params[]) { #pragma unused params ...
281