[FilterScript] Login, Register, Levels System.
#1

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
Reply
#2

Good job!
Reply
#3

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

I will make a New Version
Reply
#5

1/10 - This is horrible.
Reply
#6

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.
Reply
#7

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

nice
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)