Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: NemaProblema :) poslato Septembar 19, 2013, 08:22:58 PRE PODNE

Naslov: [Pomoc] Register/Login System
Poruka od: NemaProblema :) poslato Septembar 19, 2013, 08:22:58 PRE PODNE
Skripta koju koristim: Pravim Register Login System ovaj   http://forum.sa-mp.com/showthread.php?t=273088
Detaljan opis problema: Imam 6 errora, evo ovih
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(115) : error 017: undefined symbol "UserPath"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(117) : error 017: undefined symbol "UserPath"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(118) : error 017: undefined symbol "DIALOG_LOGIN"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(118) : error 017: undefined symbol "COL_WHITE"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(118) : warning 215: expression has no effect
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(118) : error 001: expected token: "-string end-", but found "-identifier-"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(118) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


6 Errors.

A ja sam pocetnik tako da ne znam o cemu se radi .
Dio skripte(neobavezno): Recite koji red treba :(

Hvala
Naslov: Odg: [Pomoc] Register/Login System
Poruka od: Vuzimir poslato Septembar 19, 2013, 08:48:34 PRE PODNE
Dodaj ovo u skriptu gore pri vrhu:


#define DIALOG_LOGIN 2
#define PATH "/Users/%s.ini"
#define COL_WHITE "{FFFFFF}"

Naslov: Odg: [Pomoc] Register/Login System
Poruka od: NemaProblema :) poslato Septembar 19, 2013, 08:51:03 PRE PODNE
Ista stvar brt :(

P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(118) : error 017: undefined symbol "UserPath"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(120) : error 017: undefined symbol "UserPath"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : error 017: undefined symbol "DIALOG_LOGIN"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : error 017: undefined symbol "COL_WHITE"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : warning 215: expression has no effect
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : error 001: expected token: "-string end-", but found "-identifier-"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


6 Errors.


A vec sam imao ta tri define..
Naslov: Odg: [Pomoc] Register/Login System
Poruka od: Vuzimir poslato Septembar 19, 2013, 08:52:12 PRE PODNE
Citat: NemaProblema :) poslato Septembar 19, 2013, 08:51:03 PRE PODNE
Ista stvar brt :(

P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(118) : error 017: undefined symbol "UserPath"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(120) : error 017: undefined symbol "UserPath"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : error 017: undefined symbol "DIALOG_LOGIN"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : error 017: undefined symbol "COL_WHITE"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : warning 215: expression has no effect
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : error 001: expected token: "-string end-", but found "-identifier-"
P:\Igre\SAMP\Server\filterscripts\Reglog.pwn(121) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


6 Errors.


A vec sam imao ta tri define..

ajde citavu tu svoju skriptu zaljepi na pastebin.com i posalji ovdje ja cu ti sve popraviti...
Naslov: Odg: [Pomoc] Register/Login System
Poruka od: NemaProblema :) poslato Septembar 19, 2013, 08:55:44 PRE PODNE
http://pastebin.com/pfyY1BMs

Hvala ti sto se cimas oko mene :)
Naslov: Odg: [Pomoc] Register/Login System
Poruka od: Vuzimir poslato Septembar 19, 2013, 09:13:45 PRE PODNE
evo ga: http://pastebin.com/PAWff2ye

:) :)
Naslov: Odg: [Pomoc] Register/Login System
Poruka od: NemaProblema :) poslato Septembar 19, 2013, 09:17:21 PRE PODNE
Hvala mnogo! Radi sad :)