Raised This Month: $ Target: $400
 0% 

Hoe Slap 3.0


Post New Thread Reply   
 
Thread Tools Display Modes
CrAzy F00L
Member
Join Date: Mar 2004
Old 07-30-2004 , 14:07  
Reply With Quote #71

*updated* fixed a small error i made
__________________
~Crazy Fool AKA Scarface
CrAzy F00L is offline
Send a message via AIM to CrAzy F00L
CrAzy F00L
Member
Join Date: Mar 2004
Old 07-31-2004 , 05:03  
Reply With Quote #72

*update* fixed a small error
__________________
~Crazy Fool AKA Scarface
CrAzy F00L is offline
Send a message via AIM to CrAzy F00L
CrAzy F00L
Member
Join Date: Mar 2004
Old 08-02-2004 , 22:20  
Reply With Quote #73

i just noticed that sumtimes this plugin when used for a specific person will crash my listen server, anyone else have this prob
__________________
~Crazy Fool AKA Scarface
CrAzy F00L is offline
Send a message via AIM to CrAzy F00L
WTF Capiotan Kirkiotan
Junior Member
Join Date: Nov 2004
Old 12-07-2004 , 01:03  
Reply With Quote #74

I run a ded .. but it works fine for me.. The people who come in seem to love the sound file so thanks grave.. if you could get soem more from chris that would be awesome... or like maybe add some southpark ones.. about slapping or somethign I don't know.. but damn the first tiem I got the soudn file to work.. i was just cracking up... GOOD WORK ON THE PLUGIN ALSO CRAZ







guys could u guys help me put a different soudn for it.. I want to try some different ones ... but I don't reallyu know how to get it to work... so let me show you my sma how it looks







Code:
/* 
* ADMIN PIMP SLAP 1.0 
*  By CrazyFool 
* Special thanks to: 
* FireStorm, peli, nick, [nFb]GraverKeeper and bigballer OD 
* [email protected] 
* teamcr.zidev.com 
* www.silentknights.net 
* amx_hoeslap <nick> 
* amx_spower <default 50> 
*/ 
#define MsgTime 5.0 

#include <amxmodx> 
#include <amxmisc> 

new bloodspray, blooddrop 
public slapall(id) { 
   new SPower = get_cvar_num("sv_spower"); 
   new plist[32],pnum 
   get_players(plist, pnum ,"a") 
   for(new i=0; i<pnum; i++) 
   user_slap(plist[i],SPower) 
   client_cmd(0,"spk misc/hoe.wav") 
   set_hudmessage( 255, 0, 0, -1.0, -1.0, 0, 6.0, MsgTime, 0.5, 1.5, 4 ) 
   show_hudmessage(0, "Bitches!") 
   remove_task(id) 
} 

public plugin_precache(){ 
   bloodspray = precache_model("sprites/bloodspray.spr") 
   blooddrop = precache_model("sprites/blood.spr") 
   precache_sound("misc/hoe.wav") 
   return PLUGIN_CONTINUE 
} 

public myfunction(id,level,cid) { 
   if (!cmd_access(id,level,cid,1)) { 
      return PLUGIN_CONTINUE 
   } 
   new arg[32] 
   new player 
   read_argv(1,arg,32) 
   if(arg[0])  { 
   player = cmd_target(id,arg,0) 
   if(!player) return PLUGIN_HANDLED 
   } else { 
   set_task(0.1,"slapall",id) 



   return PLUGIN_HANDLED 
   } 
   new name[32] 
   new origin[3] 
   new SPower = get_cvar_num("sv_spower"); 
   user_slap(player,SPower) 
   get_user_origin(player,origin) 
   blood(origin) 
   set_hudmessage( 255, 0, 0, -1.0, -1.0, 0, 6.0, MsgTime, 0.5, 1.5, 4 ) 
   show_hudmessage(player, "You have just been pimp slapped %s", name) 
   new iweapons[32], wpname[32], inum 
   get_user_weapons(player,iweapons,inum) 
   for(new a=0;a<inum;++a)
  { 
        get_weaponname(iweapons[a],wpname,31) 
        engclient_cmd(player,"drop",wpname) 
  } 
   engclient_cmd(player,"weapon_knife") 


      

   return PLUGIN_HANDLED 
} 



blood(vec1[3]) { 
   message_begin( MSG_BROADCAST,SVC_TEMPENTITY,vec1) 
   write_byte( 115 ) 
   write_coord(vec1[0]) 
   write_coord(vec1[1]) 
   write_coord(vec1[2] +25) 
   write_short( bloodspray ) 
   write_short( blooddrop ) 
   write_byte( 70 ) // color index 
   write_byte( 15 ) // size 
   message_end() 
} 

public plugin_init() { 
    register_plugin("Hoe Slap and Slay","2.0","CrazyFool") 
    register_concmd("amx_hoeslap","myfunction",ADMIN_SLAY,"Slaps and kills user, and displays msg") 
    register_cvar("sv_spower","50") 

    return PLUGIN_CONTINUE 
}
WTF Capiotan Kirkiotan is offline
shadowed
Junior Member
Join Date: Nov 2004
Old 02-10-2005 , 21:45  
Reply With Quote #75

i just downloaded and install this plugin and sound but it don't play the sound and i have the sound in

Quote:
C:\HLServer1\cstrike\sound\misc
can anyone help me fix this error??
__________________
shadowed is offline
CrAzy F00L
Member
Join Date: Mar 2004
Old 02-13-2005 , 05:51  
Reply With Quote #76

well make sure its named hoe.wav, ill test it out later
__________________
~Crazy Fool AKA Scarface
CrAzy F00L is offline
Send a message via AIM to CrAzy F00L
LUNCHBOX!!!
Senior Member
Join Date: Nov 2004
Location: In a lunchbox!!!
Old 02-13-2005 , 08:39  
Reply With Quote #77

This is a very sweet plugin.
Keep it up fool
__________________
Fly..or something
Retierd!
LUNCHBOX!!! is offline
shadowed
Junior Member
Join Date: Nov 2004
Old 02-13-2005 , 23:00  
Reply With Quote #78

Quote:
well make sure its named hoe.wav, ill test it out later
it is i knwo it is but no one hears the Sound i know it downloads cause they hear it when i placed it on the spech.ini file to play and see
__________________
shadowed is offline
-}NK{-Oj@eKiLLzZz
Senior Member
Join Date: Dec 2004
Location: NC
Old 02-18-2005 , 23:34  
Reply With Quote #79

hey should make the person that is being hoeslap change model to one of those hooker hostages lol just a thought

great plugin
-}NK{-Oj@eKiLLzZz is offline
Send a message via AIM to -}NK{-Oj@eKiLLzZz
XxKpAznGuyxX
Senior Member
Join Date: Dec 2004
Location: EARTH!!
Old 02-18-2005 , 23:36  
Reply With Quote #80

Quote:
Originally Posted by -}NK{-Oj@eKiLLzZz
hey should make the person that is being hoeslap change model to one of those hooker hostages lol jsut a thought
rofl!! nice idea man!! Tip get the hooker model from cs_bikini if your getting one..
__________________
24/7 Chicago Terror-8.9.2.120:27015
XxKpAznGuyxX is offline
Send a message via AIM to XxKpAznGuyxX Send a message via MSN to XxKpAznGuyxX
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 00:46.


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