Thanks you guys (I thought I had already thanked in the other thread ^^)
But I prefer use the one I'm making by myself without pole but thanks you a lot, your code helped me understand my mistakes and correct them
Here my blocks :
PHP Code:
enum
{
BM_PLATFORM, //A
BM_BHOP, //B
BM_DAMAGE, //C
BM_HEALER, //D
BM_NOFALLDAMAGE, //I
BM_ICE, //J
BM_TRAMPOLINE, //G
BM_SPEEDBOOST, //H
BM_INVINCIBILITY, //E
BM_STEALTH, //F
BM_DEATH, //K
BM_DELAYED, //L
BM_CAMOUFLAGE, //M
BM_LOWGRAVITY, //N
BM_FIRE, //O f*cking ugly fire sprite :(
BM_SLAP, //P
BM_RANDOM, //Q
BM_HONEY, //R
BM_BARRIER_CT, //S
BM_BARRIER_T, //T
BM_BOOTSOFSPEED, //U
BM_GLASS, //V
BM_BHOP_NOSLOW, //W
BM_LOWTRAMP, //X want BM_TRAMPOLINE sprite :(
BM_HIGHTRAMP, //Y want BM_TRAMPOLINE sprite :(
BM_AWP, //Z
BM_DEAGLE, //1
BM_GLASSBHOP, //2
BM_HE, //3
BM_FLASH, //4
BM_FROST, //5
BM_DUCK, //6
BM_CANON, //7
BM_USP, //8
BM_SCOUT, //9
BM_XP, //a
BM_SHOTGUN, //b
BM_ALLGRENADE, //c
BM_SUPERHEALTH, //d
BM_BLIND, //e
BM_DRUG, //f
BM_SUPERMAN, //g
BM_DELAYEDGLASS //h
//BM_NOFALLBHOP //i
always trying to remove fire sprite and add high and low trampoline sprite
and looking for BM_NOFALLBHOP action
EDIT : I WANT REMOVE HUD MESSAGE (with the block name) too IF POSSIBLE BECAUSE IT'S BUGGY WITH MY OTHERS PLUGINS USING HUD MESSAGE THX
__________________