[Help]Leader? - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help]Leader? (
/showthread.php?tid=311514)
[Help]Leader? -
Tamao_Serizawa - 17.01.2012
I have fixed it.
Btw.Thanks guys for your help.
Re: [Help]Leader? -
jamesbond007 - 17.01.2012
if(PlayerInfo[playerid][pRank] >= 6)
return SendClientMessage(playerid,COLOR_GREY," Only the family leader is allowed to change the family name.");
means rank 6 or higher will get that message... change it suitable to your needs..
Re: [Help]Leader? -
John Rockie - 17.01.2012
You have if(PlayerInfo[playerid][pRank] >= 6) the same on both