08.09.2012, 13:32
Hi, I need help fixing this warning, The warning is
When I add This Command!
And The dialog Response is :
I hope Some one can help me Fix it!!
Код:
E:\Scripts\CrAzy Town RolePlay\gamemodes\CTR.pwn(344) : warning 202: number of arguments does not match definition E:\Scripts\CrAzy Town RolePlay\gamemodes\CTR.pwn(344) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.
Код:
if(strcmp("/credits", cmdtext, true) ==0) { ShowPlayerDialog(playerid,10,DIALOG_STYLE_MSGBOX,"Credits Goes To","LuxurioN™ For His Admin Script (LuxAdmin)","SATDM Gamemode For Providing With Classes","MrReBzz For Scripting This Gamemode","Ok","Cancel"); return 1; }
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 10) { if(!response) return 1; if(response) return 1; } return 1; }