kz a2 bhop corruo Start entity

Started by Miko000000
20/04/2010 15:54
Page 1 of 1
Miko00000020/04/2010 15:54

hello:) v got code wich you say /start find entity and port you to it .


if( equali( mapname, "kz_a2_bhop_corruo_ez" )
|| equali( mapname, "kz_a2_bhop_corruo_h" )
fm_get_brush_entity_origin(ent, g_start_origin)
client_print(id,print_chat,"[KZSK] A2 You have been teleported to %f %f %f" , g_start_origin[0], g_start_origin[1], g_start_origin[2])
set_pev(id, pev_origin, g_start_origin)


This work´s only first time. On another maps working super. It get the origins and port it. I was trying a lot of methods. But any good. I think this map have got special entity or when i fall to it it unstuck me and entity is removed. Thx you so much

Punk^20/04/2010 17:00

Fix the lenght of this please.

Miko00000020/04/2010 19:38

Sorry this is secret code :) but it works iv got find func button and equal target entities then if map = kz a2 bhop.... else for classic maps

irQuaker20/04/2010 19:59(edited 20/04/2010 19:59)

g_start_origin[2] += 60.0;

SUBWAYZ20/04/2010 20:53

Fix the layout ffs.

Miko00000020/04/2010 21:02

no It get entities origins and port you and if i say it second time NOTHINK

kielorz21/04/2010 09:15(edited 21/04/2010 09:20)

fm_get_brush_entity_origin(ent, g_start_origin)

ent points to entity with target gogogo ??
if yes then add multiple(cuz after first push the button changes the target to some_noob aka nothing)

p.s. and you have bad way of making this. Use Connor's instead -> http://xtreme-jumps.eu/e107_plugins/forum/forum_viewtopic.php?167450

Miko00000021/04/2010 14:00

oh my got ! do you read what i said?. I don´t want to save position if i use the button. My plugin find the entity and i need find NEAR FREE position.

kielorz21/04/2010 16:41

do you read what i said above ???

also you can try to save only first time(when finiding entity i mean)

Miko00000021/04/2010 18:05

Yes i was trying. It dowsn´t working :( i don´t know why ok im going to make special of for this maps :( thx you verry much

doktor21/04/2010 19:48

Use my buttons loc plugin somewhere in release section, works fine.

Miko00000021/04/2010 22:14

doktor and is it working on maps kz_a2... ? my plugins is verry optimized. And itÅ› working fine,too. ok i make new if for this 3 maps. And do you know anythink how to find free space near ent? When i find entity it port me to it and i have to use unstuck with prethink. Is somethink like this?

doktor22/04/2010 08:23

If you check mapname each time you teleport a player, you can't say that the plugin is optimized.
My plugin is optimized and works fine on kz_a2_corruo_XX

m0ver22/04/2010 10:52

Annoying layout bug fixed ^^

Miko00000023/04/2010 14:06

doktor you use if user push the entity button save the position and my plugin will load the entity automatic

Page 1 of 1

Please log in to post replies.