11/10/2024 20:08
(11/10/2024 12:02)Carlos Victor Escreveu: Utilizando o pawn-easing-functions você consegue fazer essas animações (mover) o Textdraw. O vídeo em específico é do servidor ILLUSION Roleplay.
A include esta com alguns erros, pode me ajudar?
ERROR:
Código:
C:\Users\Nogueira\Desktop\Gm sistemas\system\pawno\include\pawn-easing-functions.inc(432) : error 017: undefined symbol "__emit"
C:\Users\Nogueira\Desktop\Gm sistemas\system\pawno\include\pawn-easing-functions.inc(434) : warning 217: loose indentation
C:\Users\Nogueira\Desktop\Gm sistemas\system\pawno\include\pawn-easing-functions.inc(434) : error 017: undefined symbol "push"
C:\Users\Nogueira\Desktop\Gm sistemas\system\pawno\include\pawn-easing-functions.inc(434) : error 029: invalid expression, assumed zero
C:\Users\Nogueira\Desktop\Gm sistemas\system\pawno\include\pawn-easing-functions.inc(434) : error 017: undefined symbol "s"
C:\Users\Nogueira\Desktop\Gm sistemas\system\pawno\include\pawn-easing-functions.inc(434) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
LINHA DO ERROR:
Código:
432 __emit
433 {
434 push.s t
435 push.c 4
436 lctrl 6
437 add.c 0x24
438 lctrl 8
439 push.pri
440 load.s.pri ease_addr
441 sctrl 6
442 stor.s.pri ease
443 }