Raised This Month: $ Target: $400
 0% 

help with player thing


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
More
Member
Join Date: Nov 2004
Location: Internet
Old 01-16-2005 , 18:45  
Reply With Quote #3

Code:
public plugin_init() {   register_plugin("abc", "0.1", "abc")   set_task(12.0, "do_health", 0, "", 0, "b") } public do_health() {   new players[32], count   get_players(players, count)   for (new i = 0; i < count; i++) {     set_user_health(players[i], get_user_health(players[i]) - 1)   } }
More 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 19:28.


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