Raised This Month: $ Target: $400
 0% 

Plugins Color Need Help .


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
2389736818
Member
Join Date: Jul 2014
Location: China
Old 11-15-2016 , 06:08   Plugins Color Need Help .
Reply With Quote #1

hi
I want to add color in zriot.

PHP Code:
#pragma semicolon 1
#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
#include <cstrike>
#include <morecolors> 
PHP Code:
public APLRes:AskPluginLoad2(Handle:myselfbool:lateString:error[], err_max)

    
CreateGlobals();
    
MarkNativeAsOptional("GetUserMessageType"); 
    return 
APLRes_Success

This step how to do?
PHP Code:
FormatTextString(String:text[], maxlen)
{
    
Format(textmaxlen"@green[%t] @default%s""ZRiot"text);
    
    
ReplaceString(textmaxlen"@default","\x01");
    
ReplaceString(textmaxlen"@lgreen","\x03");
    
ReplaceString(textmaxlen"@green","\x04");

__________________

Last edited by 2389736818; 11-15-2016 at 06:11.
2389736818 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode