[FilterScript] Rank System
#1

Hello Everyone

Informations:

A good system of ranks.

Screenshot:
Download:

Download (pastebin.com)
Reply
#2

Good Job MAN! i didn't test it but i see is very cool !
Reply
#3

Nice
Reply
#4

Код:
public OnPlayerDeath(playerid, killerid, reason)
{
        #pragma unused reason
        if(killerid != INVALID_PLAYER_ID)
        {
                SetPlayerScore (killerid, GetPlayerScore (killerid) + 1);
                SetPlayerStarRang(playerid);
        }
        return 1;
}
Hmmmm, I think this should be SetPlayerStarRang(killerid); ?
Reply
#5

It's like man, but it has only textdraw rank...

EDIT: The screenshots didn't appear before, now that I saw them, They are so cool. Well done pal.
Reply
#6

Quote:
Originally Posted by Private200
Посмотреть сообщение
It's like man, but it has only textdraw rank...

EDIT: The screenshots didn't appear before, now that I saw them, They are so cool. Well done pal.
There is a big difference, your uses a very silly implementation of OnPlayerUpdate()
Reply
#7

Quote:
Originally Posted by [uL]Pottus
Посмотреть сообщение
There is a big difference, your uses a very silly implementation of OnPlayerUpdate()
No, I'm not using that anymore. It got updated, removing the lag and all the bunch of code in the OnPlayerUpdate. There has been 3 updates since the first one, witch is outdated and laggy.
Reply
#8

nice bro!!
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)