02.11.2015, 01:49
@OT:
This is just sick.
Arrays of such naming is very non senseful. Naming ease is useful but not to make it hard to understand the code, to just make the code look complex.
Indentation is very helpful to understand the code, i would suggest reading documentation on indentation.
What i know about naming variable/arrays is that they should be named such to understand their motive easily.
Your hooking is very bad, meant it's out dated (using CallLocalFunction).
Check out hooking method 7.
pawn Код:
_:__
pawn Код:
A::Q[flag][A::flag]
pawn Код:
flag++,Push(A::Q[flag][A::text],text),A::Q[flag][A::color] = color,A::Q[flag][A::X] = X,A::Q[flag][A::Y] = Y,A::Q[flag][A::Z] = Z,A::Q[flag][A::Draw] = DrawDistance;
What i know about naming variable/arrays is that they should be named such to understand their motive easily.
Your hooking is very bad, meant it's out dated (using CallLocalFunction).
Check out hooking method 7.