Raised This Month: $ Target: $400
 0% 

NEED HELP


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
FloorenTIbraimi
Member
Join Date: Jul 2014
Location: Macedonia
Old 09-30-2014 , 08:02   Re: NEED HELP
Reply With Quote #1

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "RULES"
#define VERSION "1.0"
#define AUTHOR "FloorenTIbraimi"

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
         
register_event("ResetHUD""spawn""b")
         
RegisterHam(Ham_Spawn"player""fw_PlayerRespawn"1).
}

public 
spawn(id)
{
    
set_hudmessage(02550, -1.0, -1.0)
    
show_hudmessage(id"Rules")
}

public 
spawn(id)
{
    
set_hudmessage(02550, -1.0, -1.0)
    
show_hudmessage(id"Dont Spam Becaus You Will Get GAG")
}
public 
spawn(id)
{
    
set_hudmessage(02550, -1.0, -1.0)
    
show_hudmessage(id"Don't ads your server here")
}
public 
spawn(id)
{
        
set_hudmessage(02550, -1.0, -1.0)
        
show_hudmessage(id"Dont Push With Admin")
}
public 
spawn(id)
{
    
set_hudmessage(02550, -1.0, -1.0)
    
show_hudmessage(id"If You Had Problem With Admin Contact On Facebook")

LIKE THIS ?
FloorenTIbraimi is offline
RateX
Veteran Member
Join Date: Jun 2012
Location: 0o. SEA .o0
Old 09-30-2014 , 10:31   Re: NEED HELP
Reply With Quote #2

Quote:
Originally Posted by FloorenTIbraimi View Post
LIKE THIS ?
delete register_event and replace "spawn" with Ham_Spawn function you registered(fw_PlayerRespawn)
RateX 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 17:34.


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