Raised This Month: $ Target: $400
 0% 

Is here any diff in these lines?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 08-04-2010 , 06:33   Re: Is here any diff in these lines?
Reply With Quote #3

i would use it like this
PHP Code:
public FW_PlayerPreThink(id)
{
    
// if player not alive or not zombie plugin returns continue
    
if (!is_user_alive(id) || !zp_get_user_zombie[id]) return PLUGIN_CONTINUE

PHP Code:
public FW_PlayerPreThink(id)
{
    
// if player not alive or zombie plugin returns continue
    
if (!is_user_alive(id) || zp_get_user_zombie[id]) return PLUGIN_CONTINUE

__________________

Last edited by vato loco [GE-S]; 08-04-2010 at 06:36.
vato loco [GE-S] 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 00:12.


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