Posts: 65
Threads: 18
Joined: Aug 2012
Reputation:
0
Hi there im sorry for so many threads. im new, and i need lot of mods.
im looking for some mod that gives you ability to put players to VIP grups, that will give them some new abiility such as extra weapon (3rd) and extra perk (4th) and extra attachment to all weapons. i know its possible coz i saw it on some server, but its implsible to finde it. thx!
Posts: 65
Threads: 18
Joined: Aug 2012
Reputation:
0
hi guys. this mod works verry well, but now i need to make it fore players with same tag at the name {RX} for example.
which code should i add?
will it work wore every player with {RX} if i add it here: && self.name != "clan_tag {RX}");
thank you.
Posts: 65
Threads: 18
Joined: Aug 2012
Reputation:
0
Hey guys, its me again.
mod works very well, but i have a lil problem... ingame p-host becoming a VIP member without any name tags...
Should i perlace
self isHost() || isSubStr(self.name, "{RX}")
with
self isSubStr(self.name, "{RX}")
and other question:
i want to add more than 3 players XUIDs. will foloving work? coz i was tryed once and it doesnt. should i put 0 before all XUIDs (i heard that its needed when some1 is admin and no needed for regulars.)
return ((self isHost() || self.GUID == "011xxxxxxxxxxxx" || self.GUID == "" || self.GUID == "" || self.GUID == "" || self.GUID == "" || self.GUID == "" || self.GUID == "" || self.GUID == "" || self.GUID == "") && self.name != "");
Thank you.