Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Yes, I saw bots that could detect, but I don't know how.
This is a false statement.
Offline
Use EEPhysics! https://github.com/cap9/EEPhysics
It's easier
It's send in the case tele, wich is also used for teleportation.
You should put it like this in your void OnMessage:
if ((m.Type == "tele") && (!m.GetBool(0))) //maybe it's m.GetBoolean(0) but I'm not sure { //Do stuff when a player dies int userid = m.GetInt(1); int spawnposX = m.GetInt(2); int spawnposY = m.GetInt(3); }
Last edited by 912468 (Jan 2 2015 1:23:58 pm)
Offline
It's send in the case tele, wich is also used for teleportation.
You should put it like this in your void OnMessage:
if ((m.Type == "tele") && m.GetBool(0)) //maybe it's m.GetBoolean(0) but I'm not sure { //Do stuff when a player dies int userid = m.GetInt(1); int spawnposX = m.GetInt(2); int spawnposY = m.GetInt(3); }
tele is for /respawn and /loadlevel.
Offline
912468 wrote:It's send in the case tele, wich is also used for teleportation.
You should put it like this in your void OnMessage:
if ((m.Type == "tele") && m.GetBool(0)) //maybe it's m.GetBoolean(0) but I'm not sure { //Do stuff when a player dies int userid = m.GetInt(1); int spawnposX = m.GetInt(2); int spawnposY = m.GetInt(3); }
tele is for /respawn and /loadlevel.
No it's not. I have investigated the tele message.
Offline
there's a kill message?....
If you would like me to make a bot for you, go here.
Offline
there's a kill message?....
They wouldn't change it if it wasn't broken or unless a new update requires 'kill'
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Pages: 1
[ Started around 1743862263.9277 - Generated in 0.057 seconds, 12 queries executed - Memory usage: 1.56 MiB (Peak: 1.73 MiB) ]