18.08.2010, 01:40
(
Последний раз редактировалось cruising; 18.08.2010 в 02:21.
)
thanks!
hmm something is wrong, these doesnt work, leader of gang 1 can give leader of gang 2 rank. You can even give gang 2 members rank and 3 etc. how can i fix that?
#Edit it seams that you have to die before player stats get updated, and sometimes does the cmd blocks of some reason
#Edit 2, you can only give rank to a player who is is a leader and not a member, even when hes is in a other team
hmm something is wrong, these doesnt work, leader of gang 1 can give leader of gang 2 rank. You can even give gang 2 members rank and 3 etc. how can i fix that?
Код:
} else{SCM(playerid, COLOR_RED, "MAIN ERROR(Ranks are between 1-5!)");} } else{SCM(playerid, COLOR_RED, "MAIN ERROR(Player does not belong to your faction!)");} } else{SCM(playerid, COLOR_RED, "MAIN ERROR(That player isn't online!)");} } else{SCM(playerid, COLOR_RED, "MAIN ERROR(You are not a leader!)");} return 1; }
#Edit 2, you can only give rank to a player who is is a leader and not a member, even when hes is in a other team