Function not working?
#4

pawn Код:
if(pCount >= 2){
  SendClientMessageToAll(RED, "Crazy Hour script activated.");
  for (new i=0; i<MAX_PLAYERS;i++){
    If (!IsPlayerConnected(i)) continue;
    GivePlayerWeapon(i, 26, 500);
    SetPlayerArmour(i, 100);
  }
  print("3 Players Joined!");
}
return 1;
Reply


Messages In This Thread
Function not working? - by Face9000 - 10.12.2010, 14:19
Re: Function not working? - by Face9000 - 10.12.2010, 18:50
Re: Function not working? - by Face9000 - 11.12.2010, 12:17
Re: Function not working? - by [HUN]Jaki - 11.12.2010, 16:20
Re: Function not working? - by Face9000 - 11.12.2010, 18:25
Re: Function not working? - by WillyP - 11.12.2010, 18:27
Re: Function not working? - by Face9000 - 11.12.2010, 18:29
Re: Function not working? - by WillyP - 11.12.2010, 18:49
Re: Function not working? - by Face9000 - 11.12.2010, 20:46

Forum Jump:


Users browsing this thread: 1 Guest(s)