01.12.2012, 17:32
Код:
error 003: declaration of a local variable must appear in a compound block
pawn Код:
if(!udb_Exists(PlayerName2(playerid)))
//SendClientMessage(playerid,orange, "SERVER: Your account is not registered, please register by spawning your character.");
new string[20];
format(string, sizeof(string), "Register new Account: '%s'\n\nEnter the password to Register your Account:",pName(playerid));
ShowPlayerDialog(playerid,DIALOGID+66,DIALOG_STYLE_INPUT,"Register Account",string,"Register","Quit");