SA-MP Forums Archive
Clan Only Classes? - 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: Clan Only Classes? (/showthread.php?tid=344605)



Clan Only Classes? - [Cali]ChrOnic_T - 21.05.2012

I Have a class


pawn Код:
case 32..35:
       {
         SetPlayerPos(playerid,1270.6096,-2073.9448,58.4174);
         SetPlayerCameraPos(playerid,1270.3829,-2072.2356,58.5269);
         SetPlayerCameraLookAt(playerid,1270.3829,-2072.2356,58.5269);
         SetPlayerFacingAngle(playerid,3.1234);
         GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~[Cali] Team", 3000, 3);
         ApplyAnimation(playerid,"MISC", "Scratchballs_01", 4.1, 1, 1, 1, 1, 1);
       }

But all the players clicking it because it has better weaps but theres no

Way to make a class that only the clan members can join ?!?!? Help Please


Re: Clan Only Classes? - park4bmx - 21.05.2012

Make a variable to check if the player is a certain clan memmber


Re: Clan Only Classes? - iGetty - 21.05.2012

Have you got a saving system on the script? One that saves a "Clan" variable.

Thanks.