Raised This Month: $ Target: $400
 0% 

unblind all


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
OrakuL
New Member
Join Date: Jan 2006
Old 01-08-2006 , 08:24   unblind all
Reply With Quote #1

Please help to finish this script. I need to unblind all players on start of every round.


Code:
#include <amxmodx> #include <amxmisc> public new_round(id) {     new players[32], inum     get_players(players, inum)     for (new i = 0; i <= inum; ++i) {                   ...     }     return PLUGIN_HANDLED } public plugin_init() {     register_plugin("blah","1.0","OrakuL")     register_event("ResetHUD", "new_round", "b")     return PLUGIN_CONTINUE }
OrakuL 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 15:48.


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