error 001: expected token: ";", but found "-identifier-"
SendAdminMessage(COLOR_GREEN, szMessage);
format(string, sizeof(string), "AdminCMD: %s has received a jetpack from %s", GetPlayerName(plo), GetPlayerName(playerid));
Warning 202: Number of arguments mismatch with the definition.
new pname[24];
GetPlayerName(playerid, pname, 24);
format(string, sizeof(string), "AdminCMD: %s has received a jetpack from %s", pname, GetPlayerName(playerid));
C:\Documents and Settings\Dimitar\Desktop\samp03e_svr_win32\gamemodes\EsRp.pwn(213) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Dimitar\Desktop\samp03e_svr_win32\gamemodes\EsRp.pwn(213) : warning 215: expression has no effect
C:\Documents and Settings\Dimitar\Desktop\samp03e_svr_win32\gamemodes\EsRp.pwn(213) : error 001: expected token: ";", but found "-string-"
C:\Documents and Settings\Dimitar\Desktop\samp03e_svr_win32\gamemodes\EsRp.pwn(213) : warning 215: expression has no effect
C:\Documents and Settings\Dimitar\Desktop\samp03e_svr_win32\gamemodes\EsRp.pwn(213) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Dimitar\Desktop\samp03e_svr_win32\gamemodes\EsRp.pwn(213) : fatal error 107: too many error messages on one line
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COLOR_WHITE"Enter Your Password You Registered With!","Login","Quit");
}
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Login","Enter Your Password You Registered With!","Login","Quit");
pawn Код:
|