Skripta koju koristim:Moja radim od 0
Detaljan opis problema:Ubacio sam Login / Register sistem u skriptu i kada compile-am dobijem par errora na liniji koji ću dodati dole, errore ću takoÄ'e dodati na kraju
Dio skripte: if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, ""COL_WHITE"Registrujem...",""COL_RED"Unijeli ste pogrešnu šifru\n"COL_WHITE"Unesite šifru da bi ste se registrovali.","Registruj se","Izlaz");
Neke slike/video za lakse dobivanje pomoci(neobavezno):
Errori iz Pawna: C:\Documents and Settings\Administrator\Desktop\Server\Mod od 0\gamemodes\CLRP.pwn(425) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Administrator\Desktop\Server\Mod od 0\gamemodes\CLRP.pwn(425) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\Server\Mod od 0\gamemodes\CLRP.pwn(425) : error 001: expected token: ";", but found "-string-"
C:\Documents and Settings\Administrator\Desktop\Server\Mod od 0\gamemodes\CLRP.pwn(425) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\Server\Mod od 0\gamemodes\CLRP.pwn(425) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Documents and Settings\Administrator\Desktop\Server\Mod od 0\gamemodes\CLRP.pwn(425) : fatal error 107: too many error messages on one line
EDIT: ÄŒitava skripta ukoliko je potrebno http://pastebin.com/1kcV2sA8 (http://pastebin.com/1kcV2sA8)
if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "{FFFFFF}Registrujem...","{F81414}Unijeli ste pogrešnu šifru\n{FFFFFF}Unesite šifru da bi ste se registrovali.","Registruj se","Izlaz");
Citat: Blaeks poslato Jun 25, 2014, 14:12:33 POSLE PODNE
if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "{FFFFFF}Registrujem...","{F81414}Unijeli ste pogrešnu šifru\n{FFFFFF}Unesite šifru da bi ste se registrovali.","Registruj se","Izlaz");
Hvala <3 <3 Radi sada :D