Author Topic: Clan Tags  (Read 916 times)

This has probably already been asked for/created, but i was wondering if it is possible to create a script that will allow you to use bitmap files as your clan tag prefix, kind of like the modshield add-on but anyone can view on any server.  I understand that if this is created, everyone is gonna get it and it will become a problem, im just wondering if its possible.


Thanks!

In the server's console type in findclientbyname("Your Name Here").clanPrefix="<bitmap:base/client/ui/ci/skull.png>"; and that'll make it a skull.

In the server's console type in findclientbyname("Your Name Here").clanPrefix="<bitmap:base/client/ui/ci/skull.png>"; and that'll make it a skull.

It Says: <input> (0) ; Unable to find function findclientbyname

anyone can view on any server.
impossible without edits to the entire game

impossible without edits to the entire game

so its only possible if its your own server?


impossible without edits to the entire game
wtf no. aoke server does this. Nvm I'm blind.
 
It Says: <input> (0) ; Unable to find function findclientbyname
Then you did something wrong. findClientbyName is a default function. However, it will say this if you attempt to change your clan tags either if you're on another server (not yours), or it's yours but it's dedicated and you don't have access to eval. This code must be run through the server side, so you must either have access to eval, or you are currently hosting the server.