Page 2 of 2
Posted: Sat May 17, 2003 4:26 pm
by mohaa_rox
But i saw ur title as "chinese

"
Posted: Sat May 17, 2003 6:08 pm
by UZZIEL
coz i understood only chinese = nothin
just metaphora

push
Posted: Sat May 17, 2003 9:04 pm
by tltrude
Push City Hall has it's on script named obj_push.scr and it works by changing the model of the flag like this:
if(local.player.dmteam == allies)
{
iprintlnbold "Allies have captured a point!"
self model static/static_flag_allied.tik
goto point_waittill_capture
}
else if(local.player.dmteam == axis)
{
iprintlnbold "Axis have captured a point!"
self model static/static_flag_axis.tik
goto point_waittill_capture
}
end
My guess is that the flags are script models with the targetname flag1, flag2 etc...
The flag textures and tik files are also custom made, I think. The above code is only a small part of the obj_push script.
Posted: Wed May 21, 2003 12:57 am
by UZZIEL
That thing dont let me sleep.
If i knew how to build up script models, i could try to do it like push city hall with mohaa_rox part. But no useful information found.
I looked a little bit in the net to find an another solution.
There was an MOHAA SH SDK site where "Model Surface Script Control
" was described.
The question is since this is from a SH SDK is it usable for basic MOHAA?
and when its usable - then how? - there is no example.
LINK:
http://homepage.tinet.ie/~abyrne/sdk/do ... n.html#ssc
oh almost forgot:
Im nerving everyone with my prob but nobody knows what is it for.
I need a hit counter/abakus that counts up to 100 in three parts.
everytime a target is hit - a next higher number should be displayed 0-9.
Since this is the most imprtant part of the map now you know why I
cant go any way without solving this prob. Everything is Designed and placed in my map. Also the triggering system is ok But alls 4 nothin if cant display the hits.
