07.07.2016, 15:39
This problem is most of the time caused because you didn't preload the animlibs, either apply the animations twice or preload the animlibs you wanna use
or
PHP код:
ApplyAnimation( playerid, "GANGS", "hndshkaa", 4.0, 1, 1, 1, 0, 1000 );
ApplyAnimation( playerid, "GANGS", "hndshkaa", 4.0, 1, 1, 1, 0, 1000 );
ApplyAnimation( i, "GANGS", "hndshkaa", 4.0, 1, 1, 1, 0, 1000 );
ApplyAnimation( i, "GANGS", "hndshkaa", 4.0, 1, 1, 1, 0, 1000 );
PHP код:
//Under onplayerconnect
ApplyAnimation( playerid, "GANGS", "null", 0.0, 0, 0, 0, 0, 0, 1);