Help me with InterpolateCamera PLS!
#1

Quote:

C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(4669) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(4670) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(5240) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(5241) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7790) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7791) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7803) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7804) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(781 : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7819) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7831) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7832) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7843) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7844) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 8364 bytes
Code size: 1378152 bytes
Data size: 4686700 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5105 cells (20420 bytes)
Total requirements: 6089600 bytes

14 Warnings.

This is the warning im geting on all of the lines, and when i start the server the camera doesn't move!

Here is what i have puted

Quote:

InterpolateCameraPos(playerid, -20.534227, -2004.861816, 49.702751, 454.413909, -2133.233398, 65.214874, 20000);
InterpolateCameraLookAt(playerid, -16.166801, -2003.506958, 47.680374, 452.421203, -2129.305175, 62.848655, 20000);

And i have alredy defined it!

Quote:

#define InterpolateCameraPos
#define InterpolateCameraLookAt

Reply
#2

I don't understand why you have those defines, I'm pretty sure you don't need them,
Edit: Try adding CAMERA_MOVE as another parameter
Reply
#3

Quote:
Originally Posted by MattyG
Посмотреть сообщение
I don't understand why you have those defines, I'm pretty sure you don't need them,
Edit: Try adding CAMERA_MOVE as another parameter
WOW!!! This is amazing it worked it's compiled!!!! Thank you very much!!!

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           8428 bytes
Code size:          1379384 bytes
Data size:          4686700 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5105 cells (20420 bytes)
Total requirements: 6090896 bytes
Reply
#4

Quote:
Originally Posted by nikolapopche
Посмотреть сообщение
WOW!!! This is amazing it worked it's compiled!!!! Thank you very much!!!

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           8428 bytes
Code size:          1379384 bytes
Data size:          4686700 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5105 cells (20420 bytes)
Total requirements: 6090896 bytes
Nope, not working it gives me errors when i deleted the defines

Код:
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(4669) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(4670) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(5240) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(5241) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7790) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7791) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7803) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7804) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7818) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7819) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7831) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7832) : error 017: undefined symbol "InterpolateCameraLookAt"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7843) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7844) : error 017: undefined symbol "InterpolateCameraLookAt"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


14 Errors.
Reply
#5

Keep the defines.
Reply
#6

Make sure you have the latest includes, download the samp server package again, and replace your includes
Reply
#7

Quote:
Originally Posted by MattyG
Посмотреть сообщение
Make sure you have the latest includes, download the samp server package again, and replace your includes
I did that and the gamemode doesn't start it's at Unknown!
Reply
#8

I don't understand what you are saying.
Go to here: http://www.sa-mp.com/download.php
Download SA-MP 0.3x your OS here Server
Go to the pawno/includes folder in there and just copy & replace them into the folder where your script is, but in pawno/includes
Reply
#9

Quote:
Originally Posted by MattyG
Посмотреть сообщение
I don't understand what you are saying.
Go to here: http://www.sa-mp.com/download.php
Download SA-MP 0.3x your OS here Server
Go to the pawno/includes folder in there and just copy & replace them into the folder where your script is, but in pawno/includes
Yes i did that and now it's giving the same warning!

Quote:

C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(4669) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(4670) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(5240) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(5241) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7790) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7791) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7803) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7804) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(781 : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7819) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7831) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7832) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7843) : warning 215: expression has no effect
C:\Users\Nikola\Desktop\DreamWorld RPG Macedonia By Popche\gamemodes\DREAMWORLD.pwn(7844) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 8364 bytes
Code size: 1378152 bytes
Data size: 4686700 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5105 cells (20420 bytes)
Total requirements: 6089600 bytes

14 Warnings.

Reply
#10

50 views and still no answer for fixing this warning!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)