SA-MP Forums Archive
Login/Register Problems >.< - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Login/Register Problems >.< (/showthread.php?tid=494838)



Login/Register Problems[SOLVED] - ShaneOvSina - 14.02.2014

So here are the errors i am receiving.

Код:
C:\Users\Shane\Desktop\SCNR\pawno\include\YSI\y_hooks/impl.inc(1755) : error 025: function heading differs from prototype
C:\Users\Shane\Desktop\SCNR\pawno\include\YSI\y_hooks/impl.inc(2339) : error 025: function heading differs from prototype
C:\Users\Shane\Desktop\SCNR\pawno\include\YSI\y_hooks/impl.inc(2386) : error 025: function heading differs from prototype
C:\Users\Shane\Desktop\SCNR\gamemodes\SCNR.pwn(252) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Shane\Desktop\SCNR\gamemodes\SCNR.pwn(252) : warning 215: expression has no effect
C:\Users\Shane\Desktop\SCNR\gamemodes\SCNR.pwn(252) : error 001: expected token: ";", but found "-string-"
C:\Users\Shane\Desktop\SCNR\gamemodes\SCNR.pwn(252) : warning 215: expression has no effect
C:\Users\Shane\Desktop\SCNR\gamemodes\SCNR.pwn(252) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Shane\Desktop\SCNR\gamemodes\SCNR.pwn(252) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.
And heres the line stated above.

Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Type your password below to login.","Login","Quit");
It's the tutorial from here > https://sampforum.blast.hk/showthread.php?tid=273088
I followed all the steps but i guess i'm still doing something wrong.

IF YOU NEED ANYMORE INFORMATION LET ME KNOW


Re: Login/Register Problems >.< - ShaneOvSina - 15.02.2014

[SOLVED]