SA-MP Forums Archive
aniblib Error ! - 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: aniblib Error ! (/showthread.php?tid=404222)



aniblib Error ! - ByKoRsSaN - 02.01.2013

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


4 Errors.



Re: aniblib Error ! - rjjj - 02.01.2013

Declare the variable or constant .



I hope that I have helped .


Re: aniblib Error ! - Vince - 02.01.2013

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


Re: aniblib Error ! - Gamer_007 - 02.01.2013

pawn Код:
new animlib;

LOL


Re: aniblib Error ! - ByKoRsSaN - 02.01.2013

!!! :@

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


Re: aniblib Error ! - Infinity90 - 02.01.2013

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


Re: aniblib Error ! - ByKoRsSaN - 02.01.2013

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);
}


Re: aniblib Error ! - Infinity90 - 02.01.2013

Show us your
forward OnePlayAnim