Advertisement
Guest User

HAAAAAAAAAAAAAALE

a guest
Dec 22nd, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. playing = 0;
  2. for (new client = 1; client <= MaxClients; client++)
  3. {
  4. if (IsValidClient(client) && (client != Hale) && IsPlayerAlive(client))
  5. {
  6. playing++;
  7. CreateTimer(0.15, MakeNoHale, GetClientUserId(client));
  8. }
  9. }
  10. if (playing < 5)
  11. playing += 2;
  12. HaleHealthMax = RoundFloat(Pow(((760.0+playing)*(playing-1)), 1.04));
  13. if (HaleHealthMax == 0)
  14. HaleHealthMax = 1322;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement