rank

Started by Cool, Oct 22, 2015, 10:08 AM

Previous topic - Next topic

Cool

how i can set some commands for ranks my mean i want to set some cmds for rank pro  and pro rank players able to use i want give its to a rank not level
Thanks in advance

SAzEe21

What do you mean? I didn't get you?

Cool

mery baap matlb ye hai k me chahta hoon k ye cmds sirf ek specific rank use karsky jaise rank ka nam hai pro  aur kuch aur commands armour sirf ek rank use kary aur koi use na karsky

MacTavish

Just implement and rank system first then you can do like this in your specified cmd

if(cmd =="test")
{
if(rank(player) == "YourRank")
{
// your funny code here
}
else MessagePlayer("Poor Rank, stay away from this cmd",player);
}

Now i hope you know what to do.

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

Cool

#4
thanx i goted
EDIT : @Kusanagi  Works Perfect