26.04.2015, 15:58
I want to get everyone except the player who using the command, how can i do this?
pawn Код:
if (newkeys & KEY_CTRL_BACK){
if(YellowFish[playerid]){
for(new i=0;i<MAX_PLAYERS;i++){
GetPlayerPos(playerid,pX,pY,pZ);
if(IsPlayerInRangeOfPoint(i,7,pX,pY,pZ)){GivePlayerHealth(i,-5);}}}
return 1;}