SA-MP Forums Archive
[FilterScript] Rank System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Rank System (/showthread.php?tid=423053)



Rank System - proSeryoga - 16.03.2013

Hello Everyone

Informations:

A good system of ranks.

Screenshot:
Download:

Download (pastebin.com)


Re: Rank System - dakata994 - 16.03.2013

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


Re: Rank System - gDarius - 16.03.2013

Nice


Re: Rank System - Pottus - 16.03.2013

Код:
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); ?


Re: Rank System - Private200 - 16.03.2013

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.


Re: Rank System - Pottus - 16.03.2013

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()


Re: Rank System - Private200 - 16.03.2013

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.


Re: Rank System - DetoNater - 16.03.2013

nice bro!!