Quote:
Originally Posted by arakuta
You must use "Float:" only in a variable declaration.
If you wanna get or set the value, you should use only the variable name.
pawn Code:
tmp = Create3DTextLabel(text,color,x,y,z,drawdistance,virtualworld,visiblewalls);
|
But still getting that warning even without "Float:"...