SA-MP Forums Archive
[AJUDA]alguem pode me ajuda - 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]alguem pode me ajuda (/showthread.php?tid=258508)



[AJUDA]alguem pode me ajuda - ygor - 30.05.2011

ta com esse erro
Quote:

C:\server win32\GamerX 3.3b - Blog [GvL]\gamemodes\fctest.pwn(245) : error: 029: invalid expression, assumed zero
C:\server win32\GamerX 3.3b - Blog [GvL]\gamemodes\fctest.pwn(245) : error: 017: undefined symbol "C"
C:\server win32\GamerX 3.3b - Blog [GvL]\gamemodes\fctest.pwn(245) : error: 029: invalid expression, assumed zero
C:\server win32\GamerX 3.3b - Blog [GvL]\gamemodes\fctest.pwn(245) : error fatal: 107: too many error messages on one line

nessa linha
Quote:

if(GetPlayerTeam(playerid) ==[C.V] Comando Vermelho)//




Re: [AJUDA]alguem pode me ajuda - TheGarfield - 31.05.2011

se usa assim:

pawn Код:
new Comando_Vermelho;

if(GetPlayerTeam(playerid) == Comando_Vermelho)
{
}
use palavras imendadas exemplo:

pawn Код:
Sou Gato
/\ Modo incorreto!

pawn Код:
Sou_Gato
/\ Modo Correto!

Isso se aplica em vбriбveis.