Animations not working
#4

You have this code?

pawn Код:
public OnPlayerSpawn(playerid)
{
    PreloadAnimLib(playerid,"BOMBER");
    PreloadAnimLib(playerid,"RAPPING");
    PreloadAnimLib(playerid,"SHOP");
    PreloadAnimLib(playerid,"BEACH");
    PreloadAnimLib(playerid,"SMOKING");
    PreloadAnimLib(playerid,"FOOD");
    PreloadAnimLib(playerid,"ON_LOOKERS");
    PreloadAnimLib(playerid,"DEALER");
    PreloadAnimLib(playerid,"CRACK");
    PreloadAnimLib(playerid,"CARRY");
    PreloadAnimLib(playerid,"COP_AMBIENT");
    PreloadAnimLib(playerid,"PARK");
    PreloadAnimLib(playerid,"INT_HOUSE");
    PreloadAnimLib(playerid,"FOOD" );
    AnimON{playerid} = true;
    return 1;
}

stock PreloadAnimLib(playerid,animlib[])//None
{
    ApplyAnimation(playerid,animlib,"null",0,0,0,0,0,1);
    return 1;
}
Reply


Messages In This Thread
Animations not working - by Adler - 24.08.2011, 00:01
Re: Animations not working - by =WoR=G4M3Ov3r - 24.08.2011, 00:21
Re: Animations not working - by Adler - 24.08.2011, 00:44
Re: Animations not working - by =WoR=Varth - 24.08.2011, 08:16
Re: Animations not working - by Adler - 24.08.2011, 09:16
Re: Animations not working - by =WoR=Varth - 24.08.2011, 11:02
Re: Animations not working - by Adler - 24.08.2011, 18:54
Re: Animations not working - by Adler - 25.08.2011, 21:34

Forum Jump:


Users browsing this thread: 2 Guest(s)