IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Status, help
richinjs
post 6 Mar 2010, 01:39 AM
Post #1


squire
*

Group: Members
Posts: 25
Joined: 31-August 08
Member No.: 44718



hello to all.
If anyone know what need to script to show in what faction is player.
then in my web status is showing in what faction people are??
my factions tag is like this
CODE
SRC.TAG.FACTION


a status script i am using from here
please help me..
i don't know but maybe it will be look likt this
CODE
IF (<EVAL <SRC.TAG.FACTION>>==1)
ctag.faction = "<SRC.TAG.FACTION>"
else
ctag.faction = "None" // or whatever you want to show if no guild
endif

something like this??
Go to the top of the page
 
+Quote Post
richinjs
post 6 Mar 2010, 02:14 AM
Post #2


squire
*

Group: Members
Posts: 25
Joined: 31-August 08
Member No.: 44718



Soory for this post. i done it myself but if anybody need this too.
There is how to show in your status page a faction..
CODE
IF ((<TAG0.FACTION>==1)
ctag.faction = "Order"
ELIF ((<TAG0.FACTION>==2)
ctag.faction = "Chaos"
ELIF ((<TAG0.FACTION>==0)
ctag.faction = "Criminal"
endif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 1st August 2010 - 03:32 AM