heya!:
I need something like this:
When user enters hub is it posible to make script that
adds automaticly [TAG] in front of there names:
Greetings
Hi,
If i understood you want the separator with the tag to appear in first place. If yes that is not made by scripts but in the client.
Best regards, nErBoS
i could easily be made by a server side script, However, that will fail on $MyINFO being sent later on, or vica verca
you could try something like this...
function ShowTag(user, Tag)
local s,e,v,w,x,y,z = strfind(user.sMyInfoString, "$MyINFO $ALL (%S+)%s+([^$]*)$ $([^$]*)$([^$]*)$([^$]+)")
SendToAll( "$MyINFO $ALL "..Tag..""..v.." "..w.."$ $"..x.."$"..y.."$"..z.."$")
end
maby ??
i belive you can chnage pretty much anythibng but the name...
The name is used in $ValidateNick|
$Hello|
and so on..
if your wanting to force tags your probably better off trying to get your users to add the tags.