Arrays
I've been experimenting with arrays with hud messages.
i've created the hud messages: Code:
and i created a code for the text msgs: Code:
i get these errors when i compile: Code:
error 001: expected token: "}", but found ";"Code:
|
Your confusing a for loop with regular code.
If you made it a for loop it will show everysingle text message. maybe try Code:
|
i think he wanted a for loop
|
Code:
Code:
|
Good catch. Don't know how I missed that.
|
whats the differance between Messages[MAXMESSAGES] & Messages[MAXMESSAGES][]???
|
|
One is set as a string with a set length the other is an array of strings with an unset length.
|
| All times are GMT -4. The time now is 16:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.