Search results

  1. ssj2goku

    esf 1.3 = dead?

    I've been hearing a rumor that esf 1.3 is dead can anyone assure that the rumor is true ?
  2. ssj2goku

    question for advanced coders

    if someone shoots an attack is it possible to capture how much ki he spend in that attack ? i know you see the ki bar decrease, but if you want to make a plugin that shows how much ki is used for that attack, how you capture it ? also when someone shoots a spiritbomb, and it hits a player...
  3. ssj2goku

    EV_FL_fuser question

    can the esforces crew tell meh what those are for esf? i know 2 already => ki and swoop can they tell meh the other two? thanks in advance
  4. ssj2goku

    a little esf gfx plugin

    hello, i want to make a plugin to make esf even more dbz stylisher i would only need one thing to know: how to capture the moment that players are about to enter advanced melee (the melee with the combo's) greetz ssj2goku
  5. ssj2goku

    attack question

    heya guys, i know that all the attacks have a name so you can give them with give_item(player, "weapon_name") but what is the name for the "generic beam" ? is it "weapon_generic" ? thanks ssj2goku
  6. ssj2goku

    motd trouble

    why the hell cant i use an html based motd in esf ???? in ts or svencoop it works with no trouble but when i start to type <html> in the mods in esf it shows all the bloody code is this the mod that doesnt allow the html code or is it the server
  7. ssj2goku

    advanced melee question

    hello, does anyone know how you can capture the message for the advanced melee like when it inits there is a globe around the 2 players but how do you catch it so you know when it starts ? greetz ssj2goku
  8. ssj2goku

    Resizing the aura model

    Hello, is it in any way possible to resize the aura.mdl ingame because i wrote an amxx plugin for it, and it doesnt do a thing it doesnt even return an error greetz ssj2goku
  9. ssj2goku

    recharging

    hello due to the stupid steam patch i cannot launch anymore servers to test out but can anyone tell meh the number of the "recharge" message and pls also how it works :D thanks in forward
  10. ssj2goku

    the hud

    hello, i'm wondering if its possible to change the box down on your left side of your screen i know people modify them by changing the colors, but how to really change the whole box like giving it another form is it possible with code ? greetz ssj2goku
  11. ssj2goku

    need some help

    hello guys, i got a terribly hard question (at least for meh) that i wanted to ask you. what does this line of code return if you select kamehameha in the attack list new playerID = get_msg_arg_int( 1 ); new clip,ammo new weapon = get_user_weapon( playerID, clip, ammo ) i would...
  12. ssj2goku

    explosions

    hello im trying to make an explosion appear on a random spot but how do i make an explosion (with sprite) appear? btw it should be such a ki ball explosion, does anyone know how to make such one? example: ki ball that explode on the floor or wall => explosion
  13. ssj2goku

    attack & charging sprites

    how do you change them in code? i've tried it already with a tutorial i found, but it didnt worked --- nobody knows this? or is it secret code?
  14. ssj2goku

    attack ids

    hello can anyone post me a full list of the attacks? i already got some of them: generic beam = 4 gallit gun = 5 kamehameha = 6 finalflash = 15 can anyone fill up the list?
  15. ssj2goku

    set_task help

    is this the way how to make a set_task do unlimited loops? new Flags Flags="b" set_task(0.5,"MyFunction",id,"",Flags) -> i don't know which parameter i should enter ??
  16. ssj2goku

    goku & vegeta sound

    hello can anyone send me the sound when goku & vegeta were doing the fusion dance ? thanks in forward PS: first pm me if you know a source
  17. ssj2goku

    code help

    Hello guys, i'm trying to make a little plugin that gives a glow to some player that says the magical words. - i know how to make it work with the words, but how you look if the character is actually one of the 2 (goku - vegeta) ? - can anyone tell me how to add a glow ? - also how...
Top Bottom