Help with this piece of code
#2

pawn Код:
forward WeaponsCheck();
public WeaponsCheck()
{
  for(new i; i < MAX_PLAYERS; i++) {
    if(IsPlayerConnected(i))
       if(!IsPlayerInArea(i,423.9233, 56.4679, 2138.4824, 1681.4557))
        ResetPlayerWeapons(i);
  }
}
Have fun
Reply


Messages In This Thread
Help with this piece of code - by ThePS3Guy - 10.08.2009, 20:15
Re: Help with this piece of code - by M4S7ERMIND - 10.08.2009, 20:52
Re: Help with this piece of code - by ThePS3Guy - 10.08.2009, 21:09
Re: Help with this piece of code - by .::: Ecko :::. - 10.08.2009, 21:14
Re: Help with this piece of code - by Klutty - 10.08.2009, 21:16
Re: Help with this piece of code - by Joe Staff - 10.08.2009, 21:16
Re: Help with this piece of code - by .::: Ecko :::. - 10.08.2009, 21:29
Re: Help with this piece of code - by ThePS3Guy - 10.08.2009, 21:30
Re: Help with this piece of code - by Criss_Angel - 10.08.2009, 21:40
Re: Help with this piece of code - by ThePS3Guy - 10.08.2009, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)