23.08.2011, 21:56
[b]Shadoww5
Codigo:
Quote:
D:\Usuarios\Desktop\HunterServer2011\filterscripts \ladmin4v2.pwn(1010) : warning 219: local variable "Pos" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. |
Quote:
if(text[0] == ';') { new Float:Pos[3];//Linha1010 GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]); for(new i, p = GetMaxPlayers(); i < p; i++) { if(IsPlayerInRangeOfPoint(i, 9.0, Pos[0], Pos[1], Pos[2])) { SendClientMessage(i, 0xE31919FF, text); } } return 0; } |