Pls some help
This Code:
Code:
I have some problems : - tag mismatch - tag mismatch - tag mismatch Pls help THX |
Make sure to declare it float.
Code:
|
Yes, since you divide by a float and get a float as the result, but your data type cannot hold a float, it returns a tag mismatch. You could declare the variables as floats, as JGHG said, or if you want the data to be integers you can use the floatround function. Additionally, maybe you should try this shortcut operator:
Code:
|
Code:
"new Float:pos_tav[3]" ---> Too many tag mismatch pos_tav[0] /= 1.5 Not good :( :? |
Tag mismatch, does your plugin even compiles?
Because I sometimes get many tag mismatches, and it compiles and works. |
| All times are GMT -4. The time now is 19:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.