18.10.2016, 14:34
hey what does that mean?
this is the code:
thanks in advance
Код:
C:\Users\Shani\Desktop\Anonymous Creek Roleplay\filterscripts\rpchats.pwn(43) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
stock ProxDetector(Float:radi, playerid, string[],color)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
foreach(Player,i) // error line
{
if(IsPlayerInRangeOfPoint(i,radi,x,y,z))
{
SendClientMessage(i,color,string);
}
}
}

