15.10.2013, 02:51
I made a registration system by following this tutorial(https://sampforum.blast.hk/showthread.php?tid=273088) and when I completed it, it gave me various errors revolving around line 98.
Errors:
Line 98:
Errors:
Код:
001 DystopianRoleplay 98 "expected token: "-string end-", but found "-identifier-"" 215 DystopianRoleplay 98 "expression has no effect" 001 DystopianRoleplay 98 "expected token: ";", but found "-string-"" 215 DystopianRoleplay 98 "expression has no effect" 001 DystopianRoleplay 98 "expected token: "-string end-", but found "-identifier-"" 107 DystopianRoleplay 98 "too many error messages on one line"
pawn Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Type your password to login.","Login","Quit");