17 Replies
$code
To post C# code type the following:
```cs
// code here
```
Get an example by typing
$codegif
in chat
If your code is too long, post it to: https://paste.mod.gg/oh mb
close, just needs a blank line after the
cs
partim tryna index it properly it looks awful
okay, so what exactly are you trying to do and what "isnt working"?
yeah thats indexed really bad I assure u its not that bad in the code
pointsToDraw has values and im tryna just the drawline to actually draw for me
and its just not
like no errors or anything just not showing up on my panel
have you set a breakpoint?
to verify
oh dear god
uhm
this is.... what the fuck
yeah
i++
actually modifies the value of i
, fyioh shit ;-;
how did I not see that
so if you just want i+1, type
i+1
😛theres a lot wrong here I promise you
to check theres values in pointsToDraw? or that graphics.DrawLine runs?
to check pointsToDraw
well i changed my ++'s to + 1's where they should be and now ive got an error but in this case I think thats progress
yep
ive fixed the error still no drawing tho
¯\_(ツ)_/¯
damn thank u tho you definitely did help a bit
Oh wait I think its just off screen tho idk how cause my panel is in the top left hand corner anyway