Jump to content

Question

Posted

Salut,

Astazi m-am hotarat sa mai incerc odata sa creez un gamemode de la 0, deoarece nu sunt genul care sa intre imediat pe google sa descarce un gamemode , sa modifice creditele si sa se dea mare ca are serverul.

Bun deci, revenind la problema:

Am inceput sa creez un diaog Login/Register cu ajutorul include-urilor:

Dini si dudb.

Am pus enum cu pInfo, sub enum am pus linia new PlayerInfo[MAX_PLAYERS][pInfo];, iar la linia:

dini_IntSet(file, "Password", PlayerInfo[playerid][pPassword]);
imi da urmatoarele erori:
D:\Users\VRD\Desktop\SaMp\gamemodes\LcSNeT.pwn(92) : error 017: undefined symbol "PlayerInfo"
D:\Users\VRD\Desktop\SaMp\gamemodes\mygm.pwn(92) : warning 215: expression has no effect
D:\Users\VRD\Desktop\SaMp\gamemodes\mygm.pwn(92) : error 001: expected token: ";", but found "]"
D:\Users\VRD\Desktop\SaMp\gamemodes\mygm.pwn(92) : error 029: invalid expression, assumed zero
D:\Users\VRD\Desktop\SaMp\gamemodes\mygm.pwn(92) : 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.

Care ar fi problema?

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.