SA-MP Forums Archive
[HELP]with caln system - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]with caln system (/showthread.php?tid=71943)



[HELP]with caln system - _ReloadeD_ - 04.04.2009

i have clan system i want to ask how i do that the all Clan have same color?


Re: [HELP]with caln system - LarzI - 04.04.2009

pawn Код:
if(YourClanVariable == playersClan) //Obviously, you need to change this to the correct vars
    SetPlayerColor(playerid, ClanColor); //Again, change ClanColor to the wanted color
Put that wherever you want it to be called


Re: [HELP]with caln system - _ReloadeD_ - 04.04.2009

Quote:
Originally Posted by lrZ^ aka LarzI
pawn Код:
if(YourClanVariable == playersClan) //Obviously, you need to change this to the correct vars
    SetPlayerColor(playerid, ClanColor); //Again, change ClanColor to the wanted color
Put that wherever you want it to be called
and if i want that the only the Clna Leader can change the color?


Re: [HELP]with caln system - LarzI - 04.04.2009

GetPlayerName
strcmp


Re: [HELP]with caln system - _ReloadeD_ - 04.04.2009

Quote:
Originally Posted by lrZ^ aka LarzI
GetPlayerName
strcmp
can you write all the command pliz?


Re: [HELP]with caln system - harly - 04.04.2009

Does this look like a script request thread..


Re: [HELP]with caln system - LarzI - 04.04.2009

Yeh it does...


Re: [HELP]with caln system - adimgg901 - 19.07.2010

pls post your clan sysem to download it


Re: [HELP]with caln system - Scenario - 19.07.2010

If we don't know anything but what your problem is, we cannot make commands compatible with your so-called "system".