31.08.2010, 17:57
Quote:
First of all, you need to make a variable to use the enum, or else it won't be any use of it.
Second of all, you made PropText as an array variable, and you don't use the array in the function. These are the causes of your errors... Fill in the array in PropText ([0] for an example. NOTE: the array cells aren't random.) and make a var using the enum (if you haven't already) and use that instead of PropX Example: pawn Код:
(Sorry for bad explanation btw..) |
Can you explain better??