SA-MP Forums Archive
[AJUDA] Erro na FS - 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] Erro na FS (/showthread.php?tid=320486)



[AJUDA] Erro na FS - leosivi - 23.02.2012

olha a linha:

pawn Код:
51 public Identificador(playerid)
52 {
53  new Letras[128], Nome[MAX_PLAYERS];
54  new JFS1 = GetPlayerCameraMode(playerid);
55  if(JFS1 == 55)
56  {
57      GetPlayerName(playerid, Nome, sizeof(Nome));
58      format(Letras, sizeof(Letras), "%s Pode Estб Fazendo DB Passageiro, Use /tv.", Nome);
59      SendClientMessageToAll(-1 ,Letras);
60    }
61    return true;
62 }

Olhem o erro:

pawn Код:
C:\Users\Lйo\Desktop\Lйo\Brasil Mega City\filterscripts\ANT-DBP.pwn(54) : error 017: undefined symbol "GetPlayerCameraMode"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Alguem pode me Ajudar
+ REP


Re: [AJUDA] Erro na FS - leosivi - 23.02.2012

Ja arrumei