18.01.2012, 12:10
Quote:
Can I point a part of an array to make it easier, like:
The variable: PlayerInfo[playerid][gPlayerPos][3]. I make a pointer _point that points to PlayerInfo[playerid] and I just use (example) _point[gPlayerPos][3] ? |
@CaHbKo:
No, not really. That's just a way to have to type less code - this is a bit more complicated.
@******:
I must've overlooked doing it that way, I'll update the macros!
And yeah, the the reason it could be done this simple is because that bug/feature with round brackets that I stumbled upon while developing this.