Help on c#

Sujoyy

Member
Jan 21, 2011
147
1
Right, I'm coding a grenade command, but how do I make the WHOLE ROOM die? Can someone give me the code for it? Thanks,

Sujoyy.
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
But then you wouldn't have code it, but the person who gives you it.
Right, I'm coding a grenade command, but how do I make the WHOLE ROOM die? Can someone give me the code for it? Thanks,

Sujoyy.
Anyways, first find out what's the room ID where the person is at, then update the health of all those users to 0 where roomid = the room id the user that did the command is.
 

Sujoyy

Member
Jan 21, 2011
147
1
But then you wouldn't have code it, but the person who gives you it.

Anyways, first find out what's the room ID where the person is at, then update the health of all those users to 0 where roomid = the room id the user that did the command is.

Don't understand you, sorry. Can you show an example?
 

Users who are viewing this thread

Top