SA-MP Forums Archive
[FilterScript] Login, Register, Levels 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] Login, Register, Levels System. (/showthread.php?tid=279029)



Login, Register, Levels System. - 4ir-W4ys - 25.08.2011

Rank System
By 4ir-W4ys


Features
Hi, After a Long, Long Time: Im Back!
So The features: This System Allow you to Make Levels in the Server.
And It have a Login - Register System. So Let's Start to learn how to Use:
The Varible of the "GetPlayerLevel" Or To get the Player Level will be
pawn Code:
level[playerid]
So you will need to Use it, If you want to get the Players Levels
Example:
pawn Code:
public OnPlayerSpawn(playerid)
{
    if(level[playerid] > 5)
    {
        GivePlayerWeapon(playerid, 26, 100);
        GivePLayerMoney(playerid, 350);
    }
    return 1;
}
There is Another Varible! Called
pawn Code:
kills[playerid]
That one will Get the Player kills.
I will Skip The Example Since i did example for level[playerid] And it Working Like the Same.


Downloads

RankSys.pwn - Solidfiles
RankSys.amx - Solidfiles


Respuesta: Login, Register, Levels System. - Manuel7284 - 25.08.2011

Good job!


Re: Respuesta: Login, Register, Levels System. - 4ir-W4ys - 25.08.2011

Quote:
Originally Posted by Manuel7284
View Post
Good job!
Ty


Re: Login, Register, Levels System. - 4ir-W4ys - 25.08.2011

I will make a New Version


Re: Login, Register, Levels System. - Kush - 28.08.2011

1/10 - This is horrible.


Re: Login, Register, Levels System. - Emmet_ - 30.08.2011

Quote:
Originally Posted by Kush
View Post
1/10 - This is horrible.
This guy is a bit new to scripting. He puts his time into making something for us, and this is what you do? Rate it 1/10? I mean, he might not be perfect, but you were once a newbie.


Re: Login, Register, Levels System. - =WoR=G4M3Ov3r - 30.08.2011

Quote:
Originally Posted by Kush
View Post
1/10 - This is horrible.
Indeed it is, players can't even level up.


Re: Login, Register, Levels System. - Swyft™ - 30.08.2011

nice