Problem with InterpolateCamera - 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: Problem with InterpolateCamera (
/showthread.php?tid=528537)
Problem with InterpolateCamera -
Mititel - 28.07.2014
When I compile it gives me this error:
Код:
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(14401) : error 017: undefined symbol "InterpolateCameraPos"
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(14402) : error 017: undefined symbol "InterpolateCameraLookAt"
By defining:
Код:
#define InterpolateCameraPos
#define InterpolateCameraLookAt
I give these warnings:
Код:
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(14401) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(14402) : warning 215: expression has no effect
I "CAMERA_MOVE" every line and gives me this error:
Код:
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(14401) : expected token: ")", but found ";"
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(14402) : expected token: ")", but found ";"
I do not understand why they do...
Sorry for my english..
Re: Problem with InterpolateCamera -
BroZeus - 28.07.2014
download latest samp development files from mainsite and use it
Re: Problem with InterpolateCamera -
Mititel - 28.07.2014
I have !
Re : Problem with InterpolateCamera -
SlimDkhili - 28.07.2014
Show us the code at those lines
Re: Problem with InterpolateCamera -
ViniBorn - 28.07.2014
Just update the include a_samp
Re: Problem with InterpolateCamera -
Mititel - 29.07.2014
Код:
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(12311) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\mygamemode.pwn(12312) : warning 215: expression has no effect
Lines:
Код:
InterpolateCameraPos(playerid, 1458.5924,-1303.1316,89.8286, 1661.9861,-1302.2872,80.5298, 25000, CAMERA_MOVE);
InterpolateCameraLookAt(playerid, 1458.5924,-1303.1316,89.8286, 1661.9861,-1302.2872,80.5298, 25000, CAMERA_MOVE);