SA-MP Forums Archive
Clan Tag Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Clan Tag Help (/showthread.php?tid=664579)



Clan Tag Help - Mohaowmad - 04.03.2019

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


Re: Clan Tag Help - TheToretto - 04.03.2019

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;
}