29.07.2009, 10:00
Hi
I just want to ask, would that be right?
...and so on. Please help and tell me if its right 
Thanks and regards
Puzi
I just want to ask, would that be right?
Код:
new rank[MAX_PLAYERS];
if (killscore == 1){
rank[playerid] = 1;
SendClientMessage(playerid,COLOR_YELLOW, "You are now on Rank 1 - Newbie! = 1 kill.");
SendClientMessage(playerid,COLOR_YELLOW, "You need 4 more kills to achieve next rank!");
if (killscore = 5){
rank[playerid] = 2;
SendClientMessage(playerid,COLOR_YELLOW, "You are now on Rank 2 - Local Peasant = 5 kills! Well done!");
SendClientMessage(playerid,COLOR_YELLOW, "You need 15 more kills to achieve next rank!");

Thanks and regards
Puzi



