
doompig444
Joined: Mar 22, 2010
Mornië alantië
|
Posted: Jun 1, 2010 11:47 PM
Msg. 71 of 75
Quote: --- Original message by: ahalonerd
also why on every post/thread there is an argument? Edited by ahalonerd on Jun 1, 2010 at 10:43 PM Hey! Welcome to Halomaps! I'm doompig444! Nice to meet you!
|
|
|

Aj Ninami
Joined: Dec 15, 2009
Helps old ladies in need
|
Posted: Jun 3, 2010 01:54 AM
Msg. 72 of 75
Quote: --- Original message by: Aj Ninami may i ask where you got the covie carbine?
|
|
|

spartin115
Joined: Sep 26, 2009
|
Posted: Jun 3, 2010 02:26 AM
Msg. 73 of 75
Quote: --- Original message by: Aj NinamiQuote: --- Original message by: Aj Ninami may i ask where you got the covie carbine? C.M.T.
|
|
|

Aj Ninami
Joined: Dec 15, 2009
Helps old ladies in need
|
Posted: Jun 3, 2010 05:55 AM
Msg. 74 of 75
sweet, from the tagset release, or somwhere else? i cant find it in the tagset.
|
|
|

spartin115
Joined: Sep 26, 2009
|
Posted: Jun 4, 2010 06:48 AM
Msg. 75 of 75
Ok gyes, I've been having proplems with this script: (global long points 05)
(global long 5buy 5)
(global long points1 00)
(script startup stuff (hud_set_timer_position 0 0 bottom_right ) (hud_set_timer_time points points1 ) (pause_hud_timer true ) (show_hud_timer true ) (object_destroy plazp) (unit_doesnt_drop_items friend1) (unit_doesnt_drop_items friend2) (ai_attach friend1 friends) (ai_attach friend2 friends) )
(script startup point (sleep 200) (ai_place round1) (sleep_until (= (ai_living_count round1) 0) 15) (set points (+ points 1)) )
(script continuous buypp (sleep_until (= (device_group_get plazp) 1.0) 15) (if (= points 5buy ) (object_create_anew plazp)(set points (- points 5)) )))
(script continuous stufff (hud_set_timer_time 00 points ) (pause_hud_timer true) ) The main problem is the faked that when (if (>= points 5buy ) (object_create_anew plazp)(set points (- points 5)) happens, the number of points do not subtracked. Any help would be grately apprechated and would increse progres drmaticly.
|
|
|