Clan Tag Help
#1

Hello
How can i Make Clan Tag on OnPlayerText with this Include "https://sampforum.blast.hk/showthread.php?tid=337705"?
thanks
Reply
#2

UseClanTags is a useless function, which could be dismissed in the script, and accessing directly the boolean variable, but anyway, add the line "UseClanTags(true);" somewhere in your script, OnFilterScriptInit or:

Код:
public OnGameModeInit()
{
    UseClanTags(true);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)