AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Problem on my plugin (https://forums.alliedmods.net/showthread.php?t=244148)

Eviatar Mor 07-14-2014 09:49

Problem on my plugin
 
I Try Make Rules For Hns but i have problem
when i type /rules its not show thje rules i dont know why
here the code:
http://pastebin.com/cZKT2Wi9

simanovich 07-14-2014 11:24

Re: Problem on my plugin
 
Quote:

Cheater = BanIP
Non Steam = No support

Fuck For Fun 07-14-2014 12:21

Re: Problem on my plugin
 
Like that simanovich said -
Quote:

Non Steam = No support
But I still will Help, It's just a message.

I think it is better to use roundstart to rules.
Code:

/* Plugin generated by AMXX-Studio */

#include < amxmodx >

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
   
    register_clcmd( "say /rules", "CmdRules" );
}

public CmdRules( client )
{
    set_hudmessage(0, 0, 0, 0.0, 0.10, 0, 6.0, 12.0)
    show_hudmessage(client, "Rules Hns:^nAsur Blockim^nAsur Liyot Runner^nEin Chansim^nCheater = BanIP( מה לא עושים בשביל ישראלים )")
                 
}



All times are GMT -4. The time now is 21:11.

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