01.07.2011, 05:46
Make sure that you have
At the top of your script
.
Also, the most probable cause is because you don't have quotes around Noob, Newbie, Killer etc.
Change that to
pawn Код:
#include <Ranks>
![Smiley](images/smilies/smile.png)
Also, the most probable cause is because you don't have quotes around Noob, Newbie, Killer etc.
Change that to
pawn Код:
SetPromotionMode(0-5);
AddRank(1, "Noob", 0, 500, 100, 0, 0, 0);
AddRank(2, "Newbie", 5, 1000, 100, 0, 0, 0);
AddRank(3, "Killer", 25, 2000, 100, 50, 0, 0);
AddRank(4, "Veteran Hitman", 50, 3500, 100, 50, 0, 0);
AddRank(5, "Hitman", 100, 5000, 100, 100, 0, 0);