SA-MP Forums Archive
[AJUDA] Gamemode com Erros - 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] Gamemode com Erros (/showthread.php?tid=296456)



[AJUDA] Gamemode com Erros - Allanrokeiro - 11.11.2011

Meu Gamemode, quando vou compilar, dб 3 erros, em trкs linhas:

pawn Код:
C:\SERVER NR\Servidor [NR]\Servidor [NR]\pawno\include\../include/gl_common.inc(80) : error 021: symbol already defined: "strtok"
C:\SERVER NR\Servidor [NR]\Servidor [NR]\pawno\include\../include/gl_common.inc(95) : error 047: array sizes do not match, or destination array is too small
C:\SERVER NR\Servidor [NR]\Servidor [NR]\pawno\include\../include/gl_common.inc(139) : error 021: symbol already defined: "isNumeric"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
Linhas:

pawn Код:
AddPlayerClass(18,1958.3783,1343.1572,15.3746,270.1425,0,0,24,300,-1,-1); //Linha 80
AddPlayerClass(259,1958.3783,1343.1572,15.3746,270.1425,0,0,24,300,-1,-1); //linha 95
AddStaticVehicle(574,2583.95214844,2275.14428711,10.61424637,90.00000000,-1,-1); //Linha 139
O Problema й que quando apago as linhas, o erro continua tambйm, acho que й algum BUG no GM, mas nгo sei consertar, se alguйm puder me ajudar... ._.


Re: [AJUDA] Gamemode com Erros - Pharrel - 11.11.2011

O erro nгo й no seu GM, й na include "gl_common.inc"

Код:
C:\SERVER NR\Servidor [NR]\Servidor [NR]\pawno\include\../include/gl_common.inc
Vai nessa include e deleta a stock strtock e a stock IsNumeric.


Re: [AJUDA] Gamemode com Erros - Allanrokeiro - 11.11.2011

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
O erro nгo й no seu GM, й na include "gl_common.inc"

Код:
C:\SERVER NR\Servidor [NR]\Servidor [NR]\pawno\include\../include/gl_common.inc
Vai nessa include e deleta a stock strtock e a stock IsNumeric.
Obrigado, compilou certinho!