06.09.2017, 06:43
Hi Guyz,I want if the player is registered and he join backs i want "Welcome back,[Player Name Here]"in that login dialog box,But getting three same warnings,"Warning 202:number of arguments does not match definition".Help me..
Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Welcome back,%s",""COL_WHITE"Type your password below to login.","Login","Quit",PlayerInfo[playerid][pName],playerid);