Object Spawned Hack Problem[Help] : /
#1

Hi.
Some tricky players visible/invisible object spawned and in this wise my server lags. These is there a way to prevent ?
I prepare something for it but doesn't work.
PHP Code:
new HackObjects[MAX_PLAYERS]; 
PHP Code:
public OnPlayerConnect(playerid){
SetTimerEx("HackRemoveObjects"1000false"i"playerid);
return 
1;} 
PHP Code:
forward HackRemoveObjects(playerid);
public 
HackRemoveObjects(playerid){
for(new 
0sizeof(HackObjects); ++){
DestroyObject(HackObjects[i]);
DestroyPlayerObject(playeridHackObjects[i]);
HackObjects[i] = 0;}
return 
1;

Reply
#2

I have same problem. I got invisible object and don't know how to remove them
Reply
#3

Quote:
Originally Posted by Micko123
View Post
I have same problem. I got invisible object and don't know how to remove them
it should be determined because in these days increasing. For now i could not find a method, but i think there is a method.
Reply
#4

Don't think so that work or not but that can cause lag for sure.
Reply
#5

Quote:
Originally Posted by MBilal
View Post
Don't think so that work or not but that can cause lag for sure.
I do not understand how they are doing but a way must be identified. : /
Reply
#6

so its a new kiddies hack, I would have to check the hack and know what it does first, then I can work on a patch that i'll post later on the forums so people can prevent these idiots from harming the gameplay experience.
Reply
#7

Quote:
Originally Posted by Naruto_Emilio
View Post
so its a new kiddies hack, I would have to check the hack and know what it does first, then I can work on a patch that i'll post later on the forums so people can prevent these idiots from harming the gameplay experience.
yes but wherewith.
Reply
#8

Up Timely.
Reply
#9

check if object its created by rcon admin if not = ban player + destroy the object
Reply
#10

Quote:
Originally Posted by CraTzy
View Post
check if object its created by rcon admin if not = ban player + destroy the object
it doesn't work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)