error 035: argument type mismatch (argument 3) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 035: argument type mismatch (argument 3) (
/showthread.php?tid=649313)
error 035: argument type mismatch (argument 3) -
enzulikeS - 06.02.2018
D:\server\gamemodes\ExtremeGame.pwn(16246) : error 035: argument type mismatch (argument 3)
Error line: InterpolateCameraLookAt(i, Step[i], "-366.2835,-1412.6638,25.7266,294.3257,-1623.6597,92.0000");
Re: error 035: argument type mismatch (argument 3) -
solstice_ - 06.02.2018
PHP код:
InterpolateCameraLookAt(i, Step[i], -366.2835,-1412.6638,25.7266,294.3257,-1623.6597,92.0000);
Try this
Re: error 035: argument type mismatch (argument 3) -
enzulikeS - 06.02.2018
Quote:
Originally Posted by willbedie
PHP код:
InterpolateCameraLookAt(i, Step[i], -366.2835,-1412.6638,25.7266,294.3257,-1623.6597,92.0000);
Try this
|
D:\server\gamemodes\ExtremeGame.pwn(16246) : warning 213: tag mismatch
D:\server\gamemodes\ExtremeGame.pwn(16246) : warning 213: tag mismatch
the error left, but those 2 income
Re: error 035: argument type mismatch (argument 3) -
solstice_ - 06.02.2018
PHP код:
InterpolateCameraLookAt(i, Step[i], -366.2835,-1412.6638,25.7266,294.3257,-1623.6597,92.0000, 10000, CAMERA_MOVE);
If it doesn't work, check
https://sampwiki.blast.hk/wiki/InterpolateCameraLookAt this.
Re: error 035: argument type mismatch (argument 3) -
enzulikeS - 06.02.2018
FIXED, thanks.
Re: error 035: argument type mismatch (argument 3) -
PepsiCola23 - 06.02.2018
how did you fix this? your tags were placed bad i think
PHP код:
(playerid, Float:FromX, Float:FromY, Float:FromZ, Float:ToX, Float:ToY, Float:ToZ, time, cut = CAMERA_CUT)