A mód elején a #define DIALOG_RULES -nál milyen érték van megadva?
#define DIALOG_RULES 3000
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){ if(dialogid == DIALOG_RULES) { if(response == 1) return SendClientMessage(playerid, -1, \"{ff0000} A szabályzatot elfogadtad , {25b800}jó játékot kíván az {ff0000}admin team\");else { new string[128]; GetPlayerName(playerid,name,sizeof name); format(string,sizeof string,\"SERVER: %s ki lett rúgva. Aki nem fogadja el a szabályzatot az ne is akarjon játszani \",name); SendClientMessageToAll(COLOR_LIGHTRED,string); Kick(playerid); }}return 1;}
Returns Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode\'s callback.[/quote]
Írtam msnen de látom nem figyelsz, szal töprengj még.Most másoltad be az egyik hiba forrást: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){ if(dialogid == DIALOG_RULES) { if(response == 1) return SendClientMessage(playerid, -1, \"{ff0000} A szabályzatot elfogadtad , {25b800}jó játékot kíván az {ff0000}admin team\");else { new string[128]; GetPlayerName(playerid,name,sizeof name); format(string,sizeof string,\"SERVER: %s ki lett rúgva. Aki nem fogadja el a szabályzatot az ne is akarjon játszani \",name); SendClientMessageToAll(COLOR_LIGHTRED,string); Kick(playerid); }}return 1;} Szerk: Returns Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode\'s callback. [/quote]De külön külön mûködik , és hiba sincs benne ::| Nem vágom Szerk:wtf rájöttem public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){ if(dialogid == DIALOG_RULES) { if(response == 1) return SendClientMessage(playerid, -1, \"{ff0000} A szabályzatot elfogadtad , {25b800}jó játékot kíván az {ff0000}admin team\"); else { new string[128]; GetPlayerName(playerid,name,sizeof name); format(string,sizeof string,\"SERVER: %s ki lett rúgva. Aki nem fogadja el a szabályzatot az ne is akarjon játszani \",name); SendClientMessageToAll(COLOR_LIGHTRED,string); Kick(playerid); }}return 0;}[/quote]Ez fájt Kösz zsolesz , és Cannonn
Returns Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode\'s callback.
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){ if(dialogid == DIALOG_RULES) { if(response == 1) return SendClientMessage(playerid, -1, \"{ff0000} A szabályzatot elfogadtad , {25b800}jó játékot kíván az {ff0000}admin team\"); else { new string[128]; GetPlayerName(playerid,name,sizeof name); format(string,sizeof string,\"SERVER: %s ki lett rúgva. Aki nem fogadja el a szabályzatot az ne is akarjon játszani \",name); SendClientMessageToAll(COLOR_LIGHTRED,string); Kick(playerid); }}return 0;}[/quote]Ez fájt Kösz zsolesz , és Cannonn