Search results

  1. Jerry小坏

    ECX Podium Hook 2.0

    Hey there! Recently I got a request from an old friend for a game function that to seek out those deep informations of Podium things. I've passed him the code and now i want to put it here for those who's also looking for the way to do the same or more. With this I believe that you are able...
  2. Jerry小坏

    [Plugin]Get Potara Directly

    someone asked for this. Download Link: http://pan.baidu.com/s/1c1UhzhQ Description: You can directly get Potara by the command I_want_potara
  3. Jerry小坏

    [CCI SX]Dragonfist

    just made for my server >.> #include < xtension/special > #include "amxx/hamsandwich" // >>Remember to Enable this module in "addons\amxmodx\configs\modules.ini" #include "ipci/ascend" stock SpecialXtension: sxDragonfist; new DragonHead[ 33 ]; public plugin_init () { register_plugin(...
  4. Jerry小坏

    [Script]Head Icon

    someone asked for this #include < amxmodx > #include < fakemeta > #include < engine > new Diamond[ 33 ]; public plugin_init() register_forward( FM_AddToFullPack, "AddToFullPack_Post", true ); public plugin_precache() precache_model( "sprites/camper.spr" ); public...
  5. Jerry小坏

    [Exciting!!]come to see my boy!!!

    se llama Mr.Kim!!! and he's proud to be my personal model for CCI demos from now on!!!!!
  6. Jerry小坏

    [CCI]The ECX Bots v3.0

    Description: With this plugin, you could add the CCI Characters as Bots. (The ECX Bots v3.0 has been fixed the GameCrashes problem.) Command: bot_menu Download Link: http://pan.baidu.com/s/1skKFBh7
  7. Jerry小坏

    [Code]Blob FX

    What is Blob? This is Blob, and i call it "Ki Blob": http://i.imgur.com/Jrd9YYr.png This is Blob too, and i call it "Ki Shield": http://i.imgur.com/LkrmfBa.png How to use Blob? BlobFx has three messages, and you can send the messages to create, update or kill a BlobFx BlobFx Messages...
  8. Jerry小坏

    [CCI]Black Goku(ECX RC2)

    Models by XinMei Part of Sprites from MatiasMod Version: v3.0 (Fixed the PowerStruggle bug.) Download Link: Click here PS. You are not allowed to republish this plugin to any third party site.
  9. Jerry小坏

    [Function]setWeaponHoming

    What if you wanna make beams trackable in not-ECX? so here you are :/ stock setWeaponHoming( Weapon, Velocity, Float: DetectableRange ) { new Target, Float: Range[33]; for( new i = 1; i <= 32; i++ )// Save the range between the client and the beam if the client is in the detectable...
  10. Jerry小坏

    [Code]Entity Translation Transformation & Rotation Transformation

    /** This is about the Matrix Knowledge, and the code below is based on Matrix Multiplication. **/ /***************************************************************************/ Set Entity Origin Forward: new Float: vAng[3], Float: vec[3]; pev( Client, pev_v_angle, vAng )...
  11. Jerry小坏

    [CCI Script]Set Beam Detachable & Trackable

    someone asked me for this /* MOD.Weapon.core */ stock MOD_Weapon_PreCache () {} public @WeaponBeam ( Client, Weapon, const Class[], Size ) { register_message( get_user_msgid("KillTrail"), "@KillTrail" );// We had better register in 'PluginInit' tho set_task( 0.5...
  12. Jerry小坏

    [CCI SC]BigBang Attack Charge Effect

    someone asked me for this.. Download: Click here to Download
  13. Jerry小坏

    [CCI SC]FinishingBuster Charge Effect

    Download Link: http://pan.baidu.com/s/1i4GjO9Z Someone asked me for this https://www.youtube.com/watch?v=hXWCqROzPcU
  14. Jerry小坏

    [CCI SC]Add Step Sound For Chars

    Download Link: http://pan.baidu.com/s/1kUYw5Sz Video: https://www.youtube.com/watch?v=pIegygbmPEo
  15. Jerry小坏

    [Script] ECX Podium Hook

    In this case you can set anything to the Podium entities. /*Put this file into "CCI\.Plugins" dir to compile*/ #include <amxx/amxmodx> #include <amxx/fakemeta> #include <amxx/engine> #include <xtension/Class> new PodiumEnt, LeftAvatarEnt, RightAvatarEnt, MiddleAvatarEnt new LeftAura, RightAura...
  16. Jerry小坏

    [CCI SC]Always Turbo

    someone asked me for this :p Download: Click here Video: https://www.youtube.com/watch?v=LWe5UZvzf5g
  17. Jerry小坏

    Self VS Self

    DO IT IF U WANNA DESTROY UR CPU...lol
  18. Jerry小坏

    "Addons, Plugins and Scripts" forum shall not be hidden anymore

    I believe that over half of the ESF players, they would get some stuff to download rather than talking something of the game. We should have noticed that hiding the forums which have nice resources is no longer a good way for our community cuz too many other sites uploaded a lot of stuff of ESF...
  19. Jerry小坏

    Water Render

  20. Jerry小坏

    [amxx]How do clients get into a god state while transforming in 123?

    We all know that when players are transforming, they won't be hurt by melee, they won't be hurt by beams, they don't take any kind of damage. I managed to copy this 'God State' by setting EV_FL_takedamage and the GODMODE flag, but that's not perfect enough anyway cuz clients still would be...
Top Bottom