help in spec
#6

pawn Код:
CMD:randomspec(playerid,params[])
{
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
    if(IsPlayerConnected(i))
    {
      TogglePlayerSpectating(playerid, 1);
      PlayerSpectatePlayer(playerid, random(i));
    }
  }
  return 1;
}
sorry i forgot this
Reply


Messages In This Thread
help in spec - by Champ - 11.06.2014, 16:58
Re: help in spec - by doreto - 11.06.2014, 17:01
Re: help in spec - by Champ - 11.06.2014, 17:03
Re: help in spec - by xGamerFx - 11.06.2014, 17:13
Re: help in spec - by Champ - 11.06.2014, 17:22
Re: help in spec - by xGamerFx - 11.06.2014, 17:30
Re: help in spec - by Champ - 11.06.2014, 17:36
Re: help in spec - by xGamerFx - 11.06.2014, 17:40
Re: help in spec - by Champ - 11.06.2014, 17:42
Re: help in spec - by VenomMancer - 11.06.2014, 17:52

Forum Jump:


Users browsing this thread: 2 Guest(s)