Blockland Forums > Modification Help
Script Error
xXBeibsFan119Xx:
--- Quote from: Port on April 28, 2012, 03:36:27 AM ---That's because description.txt files can be edited.
--- End quote ---
Are you responsible for the exploit?
Port:
--- Quote from: xXBeibsFan119Xx on April 28, 2012, 04:30:51 AM ---Are you responsible for the exploit?
--- End quote ---
What exploit?
xXBeibsFan119Xx:
--- Quote from: Port on April 28, 2012, 04:38:49 AM ---What exploit?
--- End quote ---
The bl_id exploit. At least, I consider it an exploit.
Port:
--- Quote from: xXBeibsFan119Xx on April 28, 2012, 04:40:19 AM ---The bl_id exploit. At least, I consider it an exploit.
--- End quote ---
No, I didn't add that. I don't even see the point of it, since (nearly) nobody has ID 666.
Mocha Furrier:
--- Quote from: xXBeibsFan119Xx on April 28, 2012, 03:28:23 AM ---
--- Code: --- if(%col.client.bl_id $= 666)
{
%col.client.unholdable = 1;
%col.isHeld = 0;
%col.canDismount = 1;
return 0;
}
--- End code ---
Has it really become a thing that people hardcode these kinds of things in to their scripts? Back in my day we just used isSuperAdmin or whatnot.
--- End quote ---
Well is that the problem? If it is, can you fix it?