20.07.2014, 16:00
(
Последний раз редактировалось edwardluciano; 20.07.2014 в 16:58.
)
Quote:
editor[] in both cases is a local variable. Local variables wont keep their value.
After you use new Float:editor[3]; All the values are 0.0 again. In order to get this to work, you need to use global variables. Check the wiki or tutorials here if you dont know how to do that, i wont explain it here. |
![Smiley](images/smilies/smile.png)