AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   JK Editor [Tool] (https://forums.alliedmods.net/showthread.php?t=2460)

Jinto 06-05-2004 22:44

JK Editor [Tool]
 
Ok I finally got up off my lazy butt and decided to start back up on this.. So here it is.

This tool is compatible with most of the plugins there are ( AMXX, AMX, And Adminmod )

I will post a full feature list in the next post.

But here it is.. Please give me feedback.

http://ltk20000.tripod.com/download.htm

And the file attached to this post is the update to the latest version ( replace old jkeditor.exe with this new one )

rompom7 06-06-2004 22:50

Link broken

kingpin 06-06-2004 23:29

here's a mirror :
http://www.kingpinservers.com/images/JKESetup.exe

@Jinto :
if u want me to take it down lemme know.

EDIT- Just checked, link works for me.

BAILOPAN 06-06-2004 23:29

This is an open source community... the "Official" AMXx Editor will probably be Que's SmallEd once it goes stable+F/OSS.

Although yours does look well rounded

Dygear 06-07-2004 00:24

Yea i like it, i just wish that people would start using the coloration of this small tag.

FE.

Code:
} announce(killer, level) {     new name[33];     get_user_name(killer, name, 32);     set_hudmessage(0, 100, 200, 0.05, 0.65, 2, 0.02, 6.0, 0.01, 0.1, 2);     if (is_mode_set(2)) {         show_hudmessage(0, messages[level], name);     } else if (is_mode_set(8)) {         show_hudmessage(killer, messages[level], name);     }     if (is_mode_set(1)) {         client_cmd(0, "spk %s", sounds[level]);     } else if (is_mode_set(4)) {         client_cmd(killer, "spk %s", sounds[level]);     } } public reset_hud(id) {     if (is_mode_set(16)) {         if (kills[id] > levels[0]) {             client_print(id, print_chat,                          "* You are on a killstreak with %d kills.",                          kills[id]);         } else if (deaths[id] > 1) {             client_print(id, print_chat,                          "* Take care, you are on a deathstreak with %d deaths in a row.",                          deaths[id]);         }     } }

I WANT THIS COLORATION

ts2do 06-07-2004 10:45

nice stuff, needs to be tweaked a bit tho

{NM}Jason 06-07-2004 13:26

Quote:

Originally Posted by BAILOPAN
This is an open source community... the "Official" AMXx Editor will probably be Que's SmallEd once it goes stable+F/OSS.

Although yours does look well rounded


so where may we get this Que's SmallEd ??? maybe a link hehe

Que^ 06-07-2004 13:47

www.funkar.nu/slask/setup05.zip is the last version I released before I decided to rewrite it all, and make it open-source..

The new editor will not be released before all functions have been implemented and are stable. Dont ask when, real-life will and has always came in first hand..

--
Que^

rompom7 06-08-2004 00:02

Something is wrong with JK Editor, I was using it yesterday, and now today it decides not to work

Quote:

Run-time error '53':

File not found
Yes I have installed and patched with the latest version.

{NM}Jason 06-08-2004 02:15

Quote:

Originally Posted by Que^
www.funkar.nu/slask/setup05.zip is the last version I released before I decided to rewrite it all, and make it open-source..

The new editor will not be released before all functions have been implemented and are stable. Dont ask when, real-life will and has always came in first hand..

--
Que^

is there Such a thing as Real Life : i tought that was a Myth : go figure : here I am Playing CS when there a world away From My PC :-)


All times are GMT -4. The time now is 14:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.