Jump to content
  • 0

Register/Login System


SliTTko

Dotaz

Dobrý den. Potřebuji poradit. Jsem docela nováček co se týče pawningu a dělám Register/Login System a dělám ho podle této stránky https://forum.sa-mp.com/showthread.php?t=273088

A vyhazuje mi to v "Compile" toto:

C:\Users\hpú\Desktop\Server\gamemodes\easygaming.pwn(98) : error 017: undefined symbol "DIALOG_LOGIN"
C:\Users\hpú\Desktop\Server\gamemodes\easygaming.pwn(98) : error 017: undefined symbol "COL_WHITE"
C:\Users\hpú\Desktop\Server\gamemodes\easygaming.pwn(98) : warning 215: expression has no effect
C:\Users\hpú\Desktop\Server\gamemodes\easygaming.pwn(98) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\hpú\Desktop\Server\gamemodes\easygaming.pwn(98) : fatal error 107: too many error messages on one line

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


4 Errors.


Budu moc rád za pomoc.

Link to comment
Share on other sites

6 odpovědí na tuto otázku

Recommended Posts

  • 0

Kdyz ctes tutorial chtelo by to celej, preskocil jsi kroky:

#define DIALOG_REGISTER 1
#define DIALOG_LOGIN 2
#define DIALOG_SUCCESS_1 3
#define DIALOG_SUCCESS_2 4

a

#define COL_WHITE "{FFFFFF}"
#define COL_RED "{F81414}"
#define COL_GREEN "{00FF22}"
#define COL_LIGHTBLUE "{00CED1}"

a mozna i nejaky dalsi ale to zatim bylo na kompilator uz moc :)

Edited by ATomas
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...