14.06.2016, 11:20
Quote:
Putting ! behind a string makes them packed.
Either remove the ! or unpack (strunpack) the string before using it. |
If to cause "ApplyActorAnimation" near "Actor" - everything works.
PHP код:
cmd:test(playerid, params[]){
ApplyActorAnimation(MyActor, "DEALER", "Dealer_idle", 4.1, 1, 0, 0, 0, 0);
return 1;
}