Mistake in Animations Filterscript
#2

if(anumber < 1 || anumber > { SendClientMessage(playerid,0xFF0000FF,"USAGE: /cheer [1-8]"); return 1; }

try changing that to

if(anumber < 1 && anumber > { SendClientMessage(playerid,0xFF0000FF,"USAGE: /cheer [1-8]"); return 1; }

in /cheer... if it works do the same in /dance


and for second question...

MoveObject(..) all the objects u want like

MoveObject(internal one, ....0);
MoveObject(external one,...);
Reply


Messages In This Thread
Mistake in Animations Filterscript - by Neo Karls - 08.09.2011, 02:06
Re: Mistake in Animations Filterscript - by THE_KNOWN - 08.09.2011, 02:35

Forum Jump:


Users browsing this thread: 2 Guest(s)