29.08.2012, 23:43
(
Последний раз редактировалось Mr.Sanchez; 30.08.2012 в 01:21.
Причина: Can anyone make me a rank system.
)
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
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!?
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!");
Can Anyone Make me a Rank System Based on This!? I can edit the rank names Later Please!?