Rank System Fail help
#1

Hello everyone. Ive been trying to make this Simple Rank System But It just Dosen't seem to work the way i want it.

This is the code
Код:
if (GetPlayerScore(playerid) >= 0 && GetPlayerScore(playerid) <= 10)
    SendClientMessage(playerid, COLOR_RED,"Your Rank Is Private Therefore You Spawn With a Silenced 9mm");
    GivePlayerWeapon(playerid,23,200);
    if (GetPlayerScore(playerid) >= 10 && GetPlayerScore(playerid) <= 25)
    SendClientMessage(playerid, COLOR_RED,"Your Rank Is Private First Class Therefore You Spawn With a Silenced 9mm & MP5");
    GivePlayerWeapon(playerid,29,500);
    if (GetPlayerScore(playerid) >= 25 && GetPlayerScore(playerid) <= 40)
    SendClientMessage(playerid, COLOR_RED,"Your Rank Is Specialist Therefore You Spawn With a Deagle & Ak47 & Uzi");
    SendClientMessage(playerid, COLOR_TURQ,"Bonus:You're a Specialist Therefore you spawn with A Better Weapon Skill!");
The thing is. whenever the Player Spawns. He gets all of the stuff alerady. without Having The Score itself. I don't understand. [as i am begginer] Could you Please Help Me Fix O_o :P

Can Anyone Make me a Rank System Based on This!? I can edit the rank names Later Please!?
Reply
#2

Sorry for bumping or w.e But HELP! ;c
Reply
#3

I think you need a "else" Before the "if"'s
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)