[AJUDA] Problema com FS
#1

Baixei um FS de sistema de Admin, que jб tem sistema de Login junto, ae eu uso ele o .amx e .pwn que usei funciona direitinho, ae na hora que eu vo compila sem mecher nada:

Код:
C:\Users\Kleinowski\Desktop\Iniciante\filterscripts\lladmin.pwn(1133) : error 017: undefined symbol "PlayAudioStreamForPlayer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Linha:

Код:
 PlayAudioStreamForPlayer(i, String, 0, 0, 0, 0, 0);
Comando:

Код:
CMD:falar(playerid, params[])
{
    new Fala[128];
    if(PlayerDados[playerid][Admin] < 3) return SendClientMessage(playerid, BRANCO, "Vocк precisa ser admin nivel 3 para usar este comando!");
    if(PlayerDados[playerid][Trabalhando] == false) return SendClientMessage(playerid, CINZA, "Vocк precisa /trabalhar para usar esse comando!");
	if(sscanf(params, "s", Fala)) return SendClientMessage(playerid, CINZA, "Use /falar [texto]"), SendClientMessage(playerid, CINZA, "Use o comando para falar usando a voz do ****** tradutor");
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
	    format(String, sizeof(String), "http://translate.******.com/translate_tts?tl=pt&q=%s", Fala);
		PlayAudioStreamForPlayer(i, String, 0, 0, 0, 0, 0);
	}
	format(String, sizeof(String), "[LL ADMIN] Admin {1B95E0}%s{00C2EC} Falando!", Nome(playerid));
	SendClientMessageToAll(AZUL_CLARO, String);
	return 1;
}
Se eu removo o Comando, tiro a linha do erro, ou outras coisas, quando entro no Server й a mesma coisa que tivesse sem o FS.
Reply


Messages In This Thread
[AJUDA] Problema com FS - by Kleinowski - 27.05.2012, 03:01
Re: [AJUDA] Problema com FS - by Ericky: - 27.05.2012, 03:03
Re: [AJUDA] Problema com FS - by blacktrindade - 27.05.2012, 03:03
Re: [AJUDA] Problema com FS - by Lucas_Alemao - 27.05.2012, 03:05
Re: [AJUDA] Problema com FS - by Kleinowski - 27.05.2012, 03:13
Re: [AJUDA] Problema com FS - by EditPawn - 27.05.2012, 03:16
Re: [AJUDA] Problema com FS - by Lucas_Alemao - 27.05.2012, 03:18
Re: [AJUDA] Problema com FS - by Kleinowski - 27.05.2012, 03:33
Re: [AJUDA] Problema com FS - by EditPawn - 27.05.2012, 03:56
Re: [AJUDA] Problema com FS - by Kleinowski - 27.05.2012, 03:56

Forum Jump:


Users browsing this thread: 1 Guest(s)