Raised This Month: $32 Target: $400
 8% 

Not printing


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
painlesstgp
Senior Member
Join Date: May 2019
Location: Sweden
Old 08-15-2020 , 14:17   Not printing
Reply With Quote #1

When i do the command it doesnt print anything, is it cause im missing some color plugin? if so which one it worked b4 i remade my server.!

Code:
public Action Command_Heil(int client, int args)
{
    new String:name[32];
	GetClientName(client, name, 32);
    if(IsPlayerAlive(client))
    {
	    EmitSoundToAll(SONG1);
        CPrintToChatAll("%t {green}%s{grey} %t", "MSG_PREFIX", name, "Heil");
    }
    else
    {
        CPrintToChat(client, "%t %t", "MSG_PREFIX", "Player Alive");
    }
    return Plugin_Handled;
}

Last edited by DarkDeviL; 08-16-2020 at 20:47. Reason: Restore to previous version.
painlesstgp is offline
Reply



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 06:21.


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