Pawno : error 017: undefined symbol "text"
#4

try?

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(IsPlayerAdmin(playerid)== 2) //troque pela variavel de admin
    {
    new string[256];
    format(string,sizeof(string),"[ID:%d][ADM-RCON] %s ",playerid,text);
    SendPlayerMessageToAll(playerid,string);
    return false;
    }
}
Reply


Messages In This Thread
Pawno : error 017: undefined symbol "text" - by Hades12 - 02.11.2014, 19:09
Re: Pawno : error 017: undefined symbol "text" - by [HiC]TheKiller - 02.11.2014, 19:39
Re: Pawno : error 017: undefined symbol "text" - by M0HAMMAD - 02.11.2014, 21:30
Respuesta: Pawno : error 017: undefined symbol "text" - by !R1Ch@rD! - 02.11.2014, 23:27

Forum Jump:


Users browsing this thread: 3 Guest(s)