Script Errors [Need help!]
#3

Add That any where of your script
pawn Код:
stock ProxDetector(Float:radi, playerid, string[],color)
{
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid,x,y,z);
    for(new player;player<MAX_PLAYERS;player++)
    {
        if(!IsPlayerConnected(playerid))continue;
        if(IsPlayerInRangeOfPoint(playerid,radi,x,y,z))SendClientMessage(player,color,string);
    }
}
Reply


Messages In This Thread
Script Errors [Need help!] - by DouglasRamirez - 24.10.2013, 16:09
Re: Script Errors [Need help!] - by DouglasRamirez - 24.10.2013, 16:19
Re: Script Errors [Need help!] - by SilentSoul - 24.10.2013, 16:34
Re: Script Errors [Need help!] - by SilentSoul - 24.10.2013, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)