25.08.2011, 03:06
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
So you will need to Use it, If you want to get the Players Levels
Example:
There is Another Varible! Called
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
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]
Example:
pawn Code:
public OnPlayerSpawn(playerid)
{
if(level[playerid] > 5)
{
GivePlayerWeapon(playerid, 26, 100);
GivePLayerMoney(playerid, 350);
}
return 1;
}
pawn Code:
kills[playerid]
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