Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by Zheka. 06/20/24 14:26
Lapsa's very own thread
by rki. 06/19/24 11:27
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, degenerate_762), 1,213 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mino, squik, AemStones, LucasJoshua, Baklazhan
19061 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 4 of 4 1 2 3 4
Re: ent_create action zuweisen? [Re: benija] #313225
02/28/10 13:26
02/28/10 13:26
Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
Rei_Ayanami Offline
Expert
Rei_Ayanami  Offline
Expert

Joined: Feb 2009
Posts: 3,207
Germany, Magdeburg
da fehlt immer noch das me...

Code:
function shoot_right()
{
	
	if(event_type == EVENT_ENTITY)
	{
		ent_remove(you);
		ent_remove(me);
	}	
	
}

action aShoot_Right()
{
	my.emask |= (ENABLE_ENTITY);
	my.event = shoot_right;
	while(me)
	{
		
		c_move(my,nullvector, vector(15,0,0),GLIDE | IGNORE_YOU);
		wait(1);
	}
	
}



Re: ent_create action zuweisen? [Re: Rei_Ayanami] #313228
02/28/10 13:40
02/28/10 13:40
Joined: Nov 2006
Posts: 116
benija Offline OP
Member
benija  Offline OP
Member

Joined: Nov 2006
Posts: 116
wenn ich es genau so programmiere, dann stürzt das game ab: Crash in lite c

Page 4 of 4 1 2 3 4

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1