Raised This Month: $ Target: $400
 0% 

[REQ]First 30 seconds


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zgary
Member
Join Date: Jan 2009
Old 05-25-2009 , 15:03   [REQ]First 30 seconds
Reply With Quote #1

First 30 seconds of the ROUND , WARNING!!!! i said ROUND not map who dies will be respawned ... only first 30 seconds for each round! pls make me this plugin
Zgary is offline
xtremek
Senior Member
Join Date: Apr 2009
Old 05-25-2009 , 20:51   Re: [REQ]First 30 seconds
Reply With Quote #2

what? first 30seconds what? what happen on first 30seconds? I didn't understand.
__________________
xtremek is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-25-2009 , 20:56   Re: [REQ]First 30 seconds
Reply With Quote #3

Code:
#include <amxmodx> #include <amxmisc> #include <hamsandwich> new Float:g_round_start; public plugin_init() {     register_plugin("Respawn", "0.1", "Exolent");         register_logevent("EventRoundStart", 2, "1=Round_Start");     register_logevent("EventRoundEnd", 2, "1=Round_End");     register_event("TextMsg", "EventRoundEnd", "a", "2&#Game_C", "2&#Game_w");         RegisterHam(Ham_Killed, "player", "FwdPlayerKilled", 1); } public EventRoundStart() {     g_round_start = get_gametime(); } public EventRoundEnd() {     g_round_start = 0.0; } public FwdPlayerKilled(client, killer, shouldgib) {     if( (get_gametime() - g_round_start) < 30.0 )     {         set_task(1.0, "TaskRespawn", client);     } } public TaskRespawn(client) {     if( is_user_connected(client) )     {         ExecuteHamB(Ham_CS_RoundRespawn, client);     } }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Zgary
Member
Join Date: Jan 2009
Old 05-26-2009 , 02:11   Re: [REQ]First 30 seconds
Reply With Quote #4

thx exolent
Zgary is offline
xtremek
Senior Member
Join Date: Apr 2009
Old 05-26-2009 , 09:13   Re: [REQ]First 30 seconds
Reply With Quote #5

AH! I understand it now lol! Very usefull
__________________
xtremek 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:12.


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