17.10.2010, 23:45
Gotcha!! Any C++ tutorials you know off anyway? Only if you already know some good ones..
---
ALSO, off topic:
Can you do a for loop like this and would it be better than declaring new i; in every for loop?
ALSO..
to make plugins, can i just use C++?? or do i need to know C?
---
ALSO, off topic:
Can you do a for loop like this and would it be better than declaring new i; in every for loop?
pawn Код:
//at top
new i;
for(i =0; i<NUMBER; i++){
//code
}
ALSO..
to make plugins, can i just use C++?? or do i need to know C?