Posts: 815
Threads: 127
Joined: May 2011
Reputation:
0
Can someone help me show how to create my clan.Example my clan is Gwe.I created a class,cars and objects for the clan.But now if a player goes to the clan class and presses spawn,a cilent message appears and tells he is not in the Clan!Choose another class.And if I want to make the player a member of the clan,how to make him access the clan class?Can someone help me?
Posts: 2,169
Threads: 206
Joined: Jul 2010
Reputation:
0
can you explain more proper its way confusing what you just said.
Posts: 273
Threads: 4
Joined: Nov 2007
Reputation:
0
The best way to do this is with a registration/account system of some sort, use a saved varible to determine what accounts are GWE Clan. Or you can simply do a player name check for [GWE] or something, but of course anyone with the tag would be able to access the Clan Spawn...
Max_Coldheart
Unregistered
The best way to do this is register system, that saves the clan of the player.
Then to prevent players from entering the "Clan vehicle" use if(!clan == [GWE]) (just example)
Then if he is not in clan GWE, prevent him from entering the vehicle.