SA-MP Forums Archive
[AJUDA] Ajuda aqui pliz - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Ajuda aqui pliz (/showthread.php?tid=166762)



[AJUDA] Ajuda aqui pliz - Macintosh - 09.08.2010

No meu gm tб dando uns erro e warn tosco o que serб?
Code:
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Samp\gamemodes\BrC.pwn(4262) : error 017: undefined symbol "CarregarSistema"
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Samp\gamemodes\BrC.pwn(4262) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Samp\gamemodes\BrC.pwn(4262) : warning 215: expression has no effect
C:\Documents and Settings\Lucas Nicolas\Desktop\Arkivos SAMP\Samp\gamemodes\BrC.pwn(4267) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Code:
    if CarregarSistema(playerid));
o que tem de errado aqui?


Re: [AJUDA] Ajuda aqui pliz - gunslinger - 09.08.2010

Ue, topo nгo teria que ter
Code:
new CarregarSistema[MAX_PLAYERS];
?

e no seu codigo devia estar :
Code:
if(CarregarSistema[playerid] == 1)



Re: [AJUDA] Ajuda aqui pliz - Macintosh - 09.08.2010

Code:
G:\Jogos\SAMP\BrC.pwn(4263) : error 012: invalid function call, not a valid address
G:\Jogos\SAMP\BrC.pwn(4263) : warning 215: expression has no effect
G:\Jogos\SAMP\BrC.pwn(4263) : error 001: expected token: ";", but found ")"
G:\Jogos\SAMP\BrC.pwn(4263) : error 029: invalid expression, assumed zero
G:\Jogos\SAMP\BrC.pwn(4263) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: [AJUDA] Ajuda aqui pliz - gunslinger - 09.08.2010

Entгo so mesmo o new CarregarSistema; // no topo , pq nгo sei oq vc quer fazer ; Se fosse pra bloquear 1 apos certa aзгo seria o new CarregarSistema[MAX_PLAYERS];


Re: [AJUDA] Ajuda aqui pliz - Macintosh - 09.08.2010

Code:
G:\Jogos\SAMP\BrC.pwn(4263) : error 012: invalid function call, not a valid address
G:\Jogos\SAMP\BrC.pwn(4263) : warning 215: expression has no effect
G:\Jogos\SAMP\BrC.pwn(4263) : error 001: expected token: ";", but found ")"
G:\Jogos\SAMP\BrC.pwn(4263) : error 029: invalid expression, assumed zero
G:\Jogos\SAMP\BrC.pwn(4263) : fatal error 107: too many error messages on one line

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


4 Errors.
=/


Re: [AJUDA] Ajuda aqui pliz - SuB_ZeRo0_ - 09.08.2010

Quote:
Originally Posted by Lucas Nicolas
View Post
Code:
G:\Jogos\SAMP\BrC.pwn(4263) : error 012: invalid function call, not a valid address
G:\Jogos\SAMP\BrC.pwn(4263) : warning 215: expression has no effect
G:\Jogos\SAMP\BrC.pwn(4263) : error 001: expected token: ";", but found ")"
G:\Jogos\SAMP\BrC.pwn(4263) : error 029: invalid expression, assumed zero
G:\Jogos\SAMP\BrC.pwn(4263) : fatal error 107: too many error messages on one line

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


4 Errors.
=/
O cуdigo seria bom...


Re: [AJUDA] Ajuda aqui pliz - Kasura - 10.08.2010

poste a linha

4263