Raised This Month: $ Target: $400
 0% 

[HELP] Round Number


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Trickzz
Member
Join Date: Jun 2011
Old 06-19-2011 , 17:01   [HELP] Round Number
Reply With Quote #1

How to make a round if for example 3, the players were given the AWP Magnum. And if the round 10 players were given a Deagle

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

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

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_event("HLTV""event_round_start""a""1=0""2=0")
}

public 
event_round_start()
{
    
round_number++

Trickzz 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 23:33.


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