Raised This Month: $51 Target: $400
 12% 

Newbie needs help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
h0|0C@u$t
New Member
Join Date: Mar 2004
Old 03-28-2004 , 11:25   Newbie needs help
Reply With Quote #1

Hi! Im trying to do my first plugin but i have a problem.
I dont know how can i get the team score. Can someone help me? By the away which event is executed in the round end and where i can get a event list?
h0|0C@u$t is offline
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 03-28-2004 , 12:49  
Reply With Quote #2

do a meta list at the console for a list of all the stuff it tracks.
__________________
Code:
#include <amxmodx> public client_connect(id){   new playerIQ    get_player_IQ(id,playerIQ)   if(playerIQ < 100 )  {     client_cmd(id,"say I'm too stupid to play;quit")  }   PLUGIN_CONTINUE}
KiN | SuicideDog is offline
BAILOPAN
Join Date: Jan 2004
Old 03-28-2004 , 12:51  
Reply With Quote #3

Code:
register_event("ResetHUD", "hook_hud", "a")
to see when the round ended
and
Code:
register_logevent("hook_roundstart", 2, "0=World triggered", "1=Round_Start")
to see when the round begins
__________________
egg
BAILOPAN 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 10:14.


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