23.12.2012, 11:11
Hi, I am trying to convert my gamemode to Y_INI Register System!
Here's the link for the tutorial that I am following : https://sampforum.blast.hk/showthread.php?tid=273088
I am getting this Errors :
Line Number 2608 :
Kindly help me please.
Thank you,
Michael
Here's the link for the tutorial that I am following : https://sampforum.blast.hk/showthread.php?tid=273088
I am getting this Errors :
Код:
G:\My Server\gamemodes\SFCRRPG.pwn(2608) : error 001: expected token: "-string end-", but found "-identifier-" G:\My Server\gamemodes\SFCRRPG.pwn(2608) : warning 215: expression has no effect G:\My Server\gamemodes\SFCRRPG.pwn(2608) : error 001: expected token: ";", but found "-string-" G:\My Server\gamemodes\SFCRRPG.pwn(2608) : warning 215: expression has no effect G:\My Server\gamemodes\SFCRRPG.pwn(2608) : error 001: expected token: "-string end-", but found "-identifier-" G:\My Server\gamemodes\SFCRRPG.pwn(2608) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Type your password below to login.","Login","Quit");
Thank you,
Michael