Type Mistmatch
#1

Uh-oh, I don't know what's the problem with this one.
new Float:Xtemp =floatmul (floatdiv(Drift_VAR[playerid]));
Error message:
(454) : error 035: argument type mismatch (argument 1)
Any ideas?
Reply
#2

Try

PHP код:
Float:Xtemp floatmul (floatdiv(Drift_VAR[playerid])); 
Reply
#3

Mathematical operations always need at least two operands. I hope that much is clear? Multiply by what? Divide by what? I suggest you read what those functions do, first.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)