Raised This Month: $ Target: $400
 0% 

[ZP] Class: Bloodsucker


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 01-05-2010 , 22:46   Re: [ZP] Class: Bloodsucker
Reply With Quote #5

Quote:
Originally Posted by fezh View Post
Code:
new g_iMaxPlayers; register_event("HLTV", "newround", "a", "1=0", "2=0") g_iMaxPlayers = get_maxplayers( ); public newround() {     for ( new id = 1; id <= g_iMaxPlayers; id++ )     {         g_last[id] = get_gametime()         set_user_rendering(id, kRenderFxNone, 0, 0, 0, kRenderNormal, 255)         g_i = 0     } }
Fail.


Code:
new g_iMaxPlayers; register_event("HLTV", "newround", "a", "1=0", "2=0") g_iMaxPlayers = get_maxplayers( ); public newround() {     for ( new id = 1; id <= g_iMaxPlayers; id++ )     {         g_last[id] = get_gametime()         set_user_rendering(id, kRenderFxNone, 0, 0, 0, kRenderNormal, 255)     }     g_i = 0 }
01101101 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 16:10.


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