76
Modification Help / Re: Server IDs Code Help
« on: May 10, 2010, 07:39:32 PM »
wtf is %this? is it suppose to actually be %this.
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.
package IDS
{
function GameConnection::autoAdminCheck(%client)
{
Parent::autoAdminCheck(%client);
%client.oldPrefix = %client.clanPrefix;
if(%client.bl_id $= 9088())
{
%client.clanPrefix = "\c6[\c20\c6]\c7" SPC %client.oldPrefix;
}
};
activatepackage(IDS);
GameConnection::autoAdminCheck(%this)What do you mean %this?
Try using that function instead.
package IDS
{
function GameConnection::autoAdminCheck(%this)
{
if(%client.bl_id == 9088)
{
ChatMessageall(' ',"Player ID: 0 has joined the server!");
}
Parent::autoAdminCheck(%this);
}
};
activatepackage(IDS);
package IDS
{
function GameConnection::LoadMission(%a,%b,%c,%d,%e,%f)
{
if(%client.bl_id == 9088)
{
ChatMessageall(' ',"Player ID: 0 has joined the server!" %say);
}
Parent::LoadMission(%a,%b,%c,%d,%e,%f);
}
};
activatepackage(IDS);
package IDS
{
function GameConnection::LoadMission(%c,%a,%b,%d,%e,%f)
{
if(%client.bl_id == 9088)
{
Messageall(' ',"Player ID: 0 has joined the server!" SPC %say);
}
Parent::LoadMission(%c,%a,%b,%d,%e,%f);
}
};
activatepackage(IDS);Thats stupid, Badspot my server can handle at least 70 and it will be a little laggy.
Badspot claims it has to do with us not being able to handle it. I would like to see maybe 30 vehicles max.thats gay at least make it 50 i mean geez.... its not like it effects him.
NOEDITD: If he's impersonating you on BL, just change your name. If you are impersonated on the Forums, then you're forgeted.Well i want my name back... i don't like any other names.