What's new

Question Need Change code dohide

S

SlashFlash

Newbie
Messages
1
Reaction score
0
Points
35
Sin$
7
Hello guys i have this code for hide in game. And code work but i want change it.

self waittill("spawned_player");
self thread dohide();
self thread maps\mp\gametypes\_my::mymain();
}
}
dohide()
{
self endon("disconnect");
self endon("death");

while(1)
{
self notifyOnPlayerCommand( "up", "+actionslot 1" );
for( ;; )
{
self waittill ( "up" );
self hide();
self iPrintlnBold( "Invisible" );
self waittill ( "up" );
self show();
self iPrintlnBold( "Visible" );
}
}
}


who can help me ? i want create anti Wallhack with this code . but need some one for change this code.

if any one can help me please pm me.
 
Top Bottom
Login
Register