warning 202: number of arguments does not match definition
#5

oh sorry am using the stock one

Код:
stock ProxDetector(Float:radi, playerid, string[],color)
{
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid,x,y,z);
    foreach(Player,i)
    {
        if(IsPlayerInRangeOfPoint(i,radi,x,y,z))
        {
            SendClientMessage(i,color,string);
        }
    }
}
EDIT: i got it working i just re coding the code i know the issue
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)