Whats the problems with ProxDetector
#1

When I compile I get this error : ProxDetector Thats happense because what ? I've added new faction to my server...
Reply
#2

What error?
Reply
#3

Everytime this is when I add something too hard so thats the error : Undefind Symbol ProxDetector... Whats the problerm there ?!
Reply
#4

GIVE ALL ERROR

pawn Код:
 
Reply
#5

Not sure how to help you without the errors, try putting this in.
pawn Код:
stock ProxDetector(playerid, color, string[], Float:range)
{
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);
    foreach(Player, i)
    {
        if(IsPlayerInRangeOfPoint(i, range, x, y, z) && GetPlayerVirtualWorld(i) == GetPlayerVirtualWorld(playerid) && GetPlayerInterior(i) == GetPlayerInterior(playerid)) {
            SendClientMessage(i, color, string);
        }
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)