aniblib Error !
#1

Код:
error 017: undefined symbol "animlib"
error 017: undefined symbol "animlib"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply
#2

Declare the variable or constant .



I hope that I have helped .
Reply
#3

Wait, let me get my magic wand to magically make your code appear on this page!
Reply
#4

pawn Код:
new animlib;

LOL
Reply
#5

!!! :@

warning 219: local variable "animlib" shadows a variable at a preceding level
warning 219: local variable "animlib" shadows a variable at a preceding level
error 028: invalid subscript (not an array or too many subscripts): "animlib"
error 035: argument type mismatch (argument 2)
warning 203: symbol is never used: "animlib"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Reply
#6

On the script
CTRL + F
Search
animlib
Paste on here a example of it
Reply
#7

if(!IsPlayerInAnyVehicle(playerid))
{
OnePlayAnim(playerid,"PED","IDLE_CHAT",4.0,0,0,0,0 ,0);
return 1;
}

OnePlayAnim(playerid,animlib[],animname[], Float:Speed, looping, lockx, locky, lockz, lp)
{
ApplyAnimation(playerid, animlib, animname, Speed, looping, lockx, locky, lockz, lp);
}
Reply
#8

Show us your
forward OnePlayAnim
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)