Raised This Month: $ Target: $400
 0% 

Need Help.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 02-12-2007 , 09:02   Re: Need Help.
Reply With Quote #1

something like this? =>>

PHP Code:
public beer(player)
{
 
   
f(is_user_alive(player))
  {
    
message_begin(MSG_ONEgmsgSetFOV, {000}, player)
 
    
write_byte(170)
 
    
message_end()
  }
      
set_user_rendering(id,kRenderFxGlowShell,0,0,255,kRenderFxNone,15
 

and an unbeer =>>

PHP Code:
public unbeer(player)
{
 
  if(
is_user_alive(player))
  {
    
message_begin(MSG_ONEgmsgSetFOV, {000}, player)
 
    
write_byte(0)
 
    
message_end()
  }
     
set_user_rendering(id,kRenderFxGlowShell,0,0,0,kRenderFxNone,15
 

__________________
Still...lovin' . Connor noob! Hello

Last edited by Alka; 02-12-2007 at 09:09.
Alka 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 11:05.


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