Jump to content

/login /register pres dudb - BEZ CHYB


Guest Frodo

Recommended Posts

stale mi to pise toto

D:\GTA SA\FlowGlass - Pawno\gamemodes\rs.pwn(405) : error 021: symbol already defined: "strtok"

D:\GTA SA\FlowGlass - Pawno\gamemodes\rs.pwn(420) : error 047: array sizes do not match, or destination array is too small

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

2 Errors.

 

 

ja uz neviem co stym...

Link to comment
Share on other sites

  • Replies 117
  • Created
  • Last Reply

Top Posters In This Topic

Hele borci nevíte co mám špatně ???...Chtěl sem něco zkusit, ale nějak mi to nejde poradí někdo ?

 

 

C:\Users\Mirek\Desktop\pawno\NOva verze modu.pwn(84) : error 017: undefined symbol "login"

C:\Users\Mirek\Desktop\pawno\NOva verze modu.pwn(84) : warning 215: expression has no effect

C:\Users\Mirek\Desktop\pawno\NOva verze modu.pwn(84) : error 001: expected token: ";", but found "]"

C:\Users\Mirek\Desktop\pawno\NOva verze modu.pwn(84) : error 029: invalid expression, assumed zero

C:\Users\Mirek\Desktop\pawno\NOva verze modu.pwn(84) : fatal error 107: too many error messages on one line

 

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

4 Errors.

 

 

 

 

 

82 public OnPlayerConnect(playerid)

83 {

84 login[playerid] = false;

85 return 1;

86 }

 

Link to comment
Share on other sites

new bool:login[MAX_PLAYERS];

 

Sice to tam mám, ale třeba je na tom něco špatně tak mi prosím poradte... :)

 

 

#define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1

 

#define SYSTEM 0xEFEFF7AA

 

 

#define dcmd_login

#define dcmd_register

 

 

#pragma tabsize 0;

 

 

new bool:login[MAX_PLAYERS];

 

 

Moje horní řadky, ale nevím, kde je chyba.

Link to comment
Share on other sites

Mě to píše toto :(

 

C:\Users\Honza\Desktop\Mode\GTASA.pwn(6) : fatal error 100: cannot read from file: "dudb"

 

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

1 Error.

Link to comment
Share on other sites

a pak toto

když vymažu to dudb

C:\Users\Honza\Desktop\Mode\GTASA.pwn(74) : error 010: invalid function or declaration

C:\Users\Honza\Desktop\Mode\GTASA.pwn(80) : error 010: invalid function or declaration

C:\Users\Honza\Desktop\Mode\GTASA.pwn(82) : error 010: invalid function or declaration

C:\Users\Honza\Desktop\Mode\GTASA.pwn(120) : error 010: invalid function or declaration

C:\Users\Honza\Desktop\Mode\GTASA.pwn(121) : error 010: invalid function or declaration

C:\Users\Honza\Desktop\Mode\GTASA.pwn(281) : warning 203: symbol is never used: "dUserSetINT"

C:\Users\Honza\Desktop\Mode\GTASA.pwn(281) : warning 203: symbol is never used: "dcmd_login"

C:\Users\Honza\Desktop\Mode\GTASA.pwn(281) : warning 203: symbol is never used: "dcmd_register"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

5 Errors.

Link to comment
Share on other sites

Mě to píše toto :(

 

C:\Users\Honza\Desktop\Mode\GTASA.pwn(6) : fatal error 100: cannot read from file: "dudb"

Nemáš includ dudb.. stáhni si na include/ a vlož do pawno/include

 

BTW příště si stačí pročíst celý topic :)

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 1 month later...
  • 1 year later...
  • 5 months later...
  • 1 month later...

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...