Raised This Month: $ Target: $400
 0% 

Ham_Spawn


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
minimiller
Veteran Member
Join Date: Aug 2007
Location: United Kingdom
Old 06-23-2009 , 09:08   Re: Ham_Spawn
Reply With Quote #4

PHP Code:
#include <amxmodx>
#include <hamsandwich>

public plugin_init()
{
         
register_plugin("prove xpaw wrong""1.0""Stewie!");
         
RegisterHam(Ham_Spawn"player""player_spawn"1);
         
register_event("HLTV""round_start""a""1=0""2=0");
}

public 
round_start()
{
         
client_print(0print_chat"round_start");
}

public 
player_spawn(id)
{
         
client_print(idprint_chat"player_spawn");

guaranteed round_start is called 1st
__________________

Last edited by minimiller; 06-23-2009 at 09:20.
minimiller is offline
Send a message via MSN to minimiller
 



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 15:35.


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