Advertisement
PawelK43234

Untitled

Aug 22nd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.33 KB | None | 0 0
  1. new const nameRank[][] =
  2. {
  3.     "",
  4.     "",
  5.     "",
  6.     "",
  7.     "",
  8.     "",
  9.     "",
  10.     "",
  11.     "",
  12.     "",
  13.     "",
  14.     "",
  15.     "",
  16.     "",
  17.     "",
  18.     ""
  19. }
  20.  
  21. new const needsRank[] =
  22. {
  23.     10,
  24.     150
  25. }
  26.  
  27. /////przyklad
  28.  
  29.  
  30. new const nameRank[][] =
  31. {
  32.     "Skoczek",
  33.     "Skoczek2"
  34. }
  35.  
  36. //needsRank -- Od jakiej ilości SKOKÓW dostaniemy rangę
  37. //nameRank -- Nazwy Rank
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement