Error
#3

Oh, then could someone edit this Forward / Public?

Код:
public OnPlayerText(playerid,Text[])
{
    new name[20];
    GetPlayerName(playerid,name,20);
    format(Text,sizeof(Text),"%s[ID:%d] : %s",name,playerid,Text);
    new Float:X,Float:Y,Float:Z;
    GetPlayerPos(playerid,X,Y,Z);
    for(new i = 0;i<MAX_PLAYERS;++i)
    {
        if(IsPlayerInRangeOfPoint(i,5,X,Y,Z)) SendClientMessage(i,-1,Text);
        return 0;
    }
    return 1;
}
I got the error when i added that.
Reply


Messages In This Thread
Error - by CrazyManiac - 10.08.2012, 13:30
Re: Error - by [MM]RoXoR[FS] - 10.08.2012, 13:32
Re: Error - by CrazyManiac - 10.08.2012, 13:33
Re: Error - by CrazyManiac - 10.08.2012, 13:40
Re: Error - by Stm - 10.08.2012, 13:45
Re: Error - by [MM]RoXoR[FS] - 10.08.2012, 13:47
Re: Error - by CrazyManiac - 10.08.2012, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)