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
So i'm trying to increase deaths count when a person i killed by fire/spikes
But how do I extract information from this section ?
When i charge into a spike the bot stopped at m.Type == "tele".
But somehow m.GetInt(0) and m.GetInt(1) threw the exception InvalidCast, m.GetBoolean(0) and m.GetBoolean(1) both returns false,
while m.GetInt(2) is 14 (i only have 1 spawn at 23x1) and m.GetInt(3) = 368 (i had less than 3 deaths).
Or am I looking at the wrong section ?
Offline
It shouldn't be that hard to figure out, 0 and 1 are the bools as explained in the documentation, 2 is your player id, 3 is probably your respawn x and 4 then your y and 5 amount of deaths.
Try it out I'd say.
Offline
i'm an idiot thank you !!
Offline
Welcome, please take this as a lesson to try and experiment more before hitting the internet, you can learn a lot from it.
Offline
Pages: 1
[ Started around 1732498918.2298 - Generated in 0.037 seconds, 13 queries executed - Memory usage: 1.36 MiB (Peak: 1.45 MiB) ]