Ranks...
#2

Make sure that you have

pawn Код:
#include <Ranks>
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 Код:
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);
Reply


Messages In This Thread
Ranks... - by DragonYancy - 01.07.2011, 05:22
Re: Ranks... - by [HiC]TheKiller - 01.07.2011, 05:46
Re: Ranks... - by DragonYancy - 01.07.2011, 05:49
Re: Ranks... - by [HiC]TheKiller - 01.07.2011, 06:17
Re: Ranks... - by DragonYancy - 01.07.2011, 06:33
Re: Ranks... - by DragonYancy - 01.07.2011, 09:14
Re: Ranks... - by Mr.Black - 01.07.2011, 12:18
Re: Ranks... - by DragonYancy - 01.07.2011, 15:42

Forum Jump:


Users browsing this thread: 2 Guest(s)