[Ajuda] String - 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] String (
/showthread.php?tid=576749)
String -
CZ - 06.06.2015
Alguem pode me ajudar com esses errors?
pawn Код:
C:\Users\Carlos\Desktop\Server\GameModes\NovoGM.pwn(1297) : error 017: undefined symbol "string"
C:\Users\Carlos\Desktop\Server\GameModes\test.pwn(1297) : error 017: undefined symbol "string"
C:\Users\Carlos\Desktop\Server\GameModes\test.pwn(1297) : error 029: invalid expression, assumed zero
C:\Users\Carlos\Desktop\Server\GameModes\test.pwn(1297) : 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.
Linha:
pawn Код:
format(string,sizeof(string),"{00FF00}[Ant-Drive-By] {F8F8FF}O jogador %s foi kickado por Drive-By.",nick);
Re: String -
OliverK - 06.06.2015
PHP код:
new string[128];
Код:
This forum requires that you wait 120 seconds between posts. Please try again in 68 seconds.
Re: String -
CZ - 06.06.2015
Vlw man +rep
Re: String -
JoshNudock - 06.06.2015
PHP код:
new string[256];