Raised This Month: $51 Target: $400
 12% 

JCM v4.0 by anderseN


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 12-30-2010 , 21:27   Re: BCM Version 2.0 (Block Cource Maker) by anderseN
Reply With Quote #11

Quote:
Originally Posted by MostwantedScript View Post
Mabye this will help you ^^

PHP Code:
ActionAntidote(id)
{
g_is_poisoned[id] = false;
 
set_hudmessage(gHudRedgHudGreengHudBluegfTextXgfTextYgHudEffectsgfHudFxTimegfHudHoldTimegfHudFadeInTimegfHudFadeOutTimegHudChannel);
show_hudmessage(id"[%s %s]^nYou feel more healthy now!"PLUGIN_PREFIXPLUGIN_VERSION);
}
 
 
ActionPoison(ident)
{
 static 
property1[5];
 
GetProperty(ent1property1);
 new 
Float:team str_to_float(property1);
 if(
team <= 1.0)
 {
  
g_is_poisoned[id] = true;
 }
 else if(
team == 2.0)
 {
  if(
get_user_team(id) == 1)
  {
   
g_is_poisoned[id] = true;
  }
  else if(
get_user_team(id) == 2)
  {
   
set_hudmessage(gHudRedgHudGreengHudBluegfTextXgfTextYgHudEffectsgfHudFxTimegfHudHoldTimegfHudFadeInTimegfHudFadeOutTimegHudChannel);
   
show_hudmessage(id"[%s %s]^nThis Block is only for Terrorists"PLUGIN_PREFIXPLUGIN_VERSION);
  }
 }
 else if(
team == 3.0)
 {
  if(
get_user_team(id) == 2)
  {
   
g_is_poisoned[id] = true;
  }
  else if(
get_user_team(id) == 1)
  {
   
set_hudmessage(gHudRedgHudGreengHudBluegfTextXgfTextYgHudEffectsgfHudFxTimegfHudHoldTimegfHudFadeInTimegfHudFadeOutTimegHudChannel);
   
show_hudmessage(id"[%s %s]^nThis Block is only for Counter-Terrorist!"PLUGIN_PREFIXPLUGIN_VERSION);
  }
 }
 else
 {
  
BM_Print(id"[%s %s] You stepped on a Poison! Now you need to get an Antidote!"PLUGIN_PREFIXPLUGIN_VERSIONg_is_poisoned[id]);
 }

It's better to cache get_user_team in a variable since you call it 4 times in Action_Poison, and maybe use a switch for Float: Team
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
 



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:54.


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