14.02.2014, 22:34
(
Последний раз редактировалось ShaneOvSina; 15.02.2014 в 01:14.
Причина: Sorted the problem
)
So here are the errors i am receiving.
And heres the line stated above.
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
Код:
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.
Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Type your password below to login.","Login","Quit");
I followed all the steps but i guess i'm still doing something wrong.
IF YOU NEED ANYMORE INFORMATION LET ME KNOW