20.09.2010, 14:59
I dont know what is problem can someone help me i hawe search jet!
errors here:
and here is code:
Tnx
errors here:
Код:
C:\Users\pcuser\Documents\stafs\Sa-Mp\mytestgamemode\gamemodes\ExTGZ.pwn(41881) : warning 202: number of arguments does not match definition C:\Users\pcuser\Documents\stafs\Sa-Mp\mytestgamemode\gamemodes\ExTGZ.pwn(41886) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.
Код:
if(listitem == 1) { Line 41881 ShowPlayerDialog(playerid, DIALOGID0+1, DIALOG_STYLE_INPUT,"|_____________________________.:Test~My~Game~Mode:._____________________________|", "Player User Database \nYou must register beafore you can play. Type Your Password here!", params, "OK", "Cancel"); return 1; } if(listitem == 2) { Line 41886 ShowPlayerDialog(playerid, DIALOGID0+2, DIALOG_STYLE_INPUT,"|_____________________________.:Test~My~Game~Mode:._____________________________|", "Player User Database \nYou must register beafore you can play. Type Your Password here!", params, "OK", "Cancel"); }