11.01.2015, 09:22
So basicly i havent found anything wrong here but pawno says that there is somthing wrong...
PHP код:
{
new string[128];
format(string,sizeof(string), "http://translate.******.com/translate_tts?q=%s has connected to the server", RPN(playerid));
foreach(Player, i)
{
if(JoinMessages[i])
{
This>>> PlayAudioStreamForPlayer()PlayAudioStreamForPlayer(i, string);
}
}
PHP код:
C:\Users\WeeD\Desktop\SAMP\gamemodes\HTLS-RP.pwn(4265) : warning 202: number of arguments does not match definition
C:\Users\WeeD\Desktop\SAMP\gamemodes\HTLS-RP.pwn(4265) : warning 202: number of arguments does not match definition
C:\Users\WeeD\Desktop\SAMP\gamemodes\HTLS-RP.pwn(4265) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase