50.00$ :face_palm:Dem0n link said:
Flashing like blink.
If you activated (for example) Godmode, Instead regular Green Color in s0beit HUD there will be blinking Green (Light green [after 100ms] regular green)...
static const char RandomReason[] =
{"Fly Hack",
"Speed Hack",
"Spammer",
"Fuck my mind "
};
Thanks [member=111]springfield[/member] :forever_hurra:
And how to do the other thing: :looky:
Flashing like blink.
If you activated (for example) Godmode, Instead regular Green Color in s0beit HUD there will be blinking Green (Light green [after 100ms] regular green)...
And how to do report flood?
Example: /Report RandID RandomReason
static const char RandomReason[] =
{"Fly Hack",
"Speed Hack",
"Spammer",
"Fuck my mind "
};
static const char* RandomReason[] =
{
"Fly Hack",
"Speed Hack",
"Spammer",
"Fuck my mind >:("
};
void randomReport() {
int id = rand() % SAMP_PLAYER_MAX;
int reason = rand() % 3;
say("/report %d %s", id, RandomReason[reason]);
}
bool bFlash;
DWORD flash() {
bFlash ^= 1;
if (bFlash) { return(D3DCOLOR_ARGB(255, 255, 255, 255)); }
else { return(D3DCOLOR_ARGB(0, 255, 255, 255)); }
}
HUD_TEXT_TGL2( x2, cheat_state->_generic.weaponcrasher ? flash : color_disabled2, "Weapon Crasher" );
Sue on what?0x688 link said:that's bad don't do that people may sue you.
// <- comment
0x688 link said:that's bad don't do that people may sue you.
// <- comment
Pa0NeiX link said:Sue on what?
I don't understand you... :me_gusta:
What i did bad :imoverit:
Pa0NeiX link said:THANKS!! [member=111]springfield[/member] :somuchwin:
And How to do this??
springfield link said:Idk, there's many methods to do that. Try yourself.
Code:bool bFlash; DWORD flash() { bFlash ^= 1; if (bFlash) { return(D3DCOLOR_ARGB(255, 255, 255, 255)); } else { return(D3DCOLOR_ARGB(0, 255, 255, 255)); } }
Pa0NeiX link said:Doesn't work [member=111]springfield[/member] :bawww: :dont_care: | Where to put this shit ?? :surprised: :sweet_jesus: