27.11.2011, 22:20
Hi, I need a function that checks whether the player is set to animation ApplyAnimation (playerid, "KISSING" , "Playa_Kiss_01", 4.1, 1, 0, 0, 0, 0), and if this is some kind of message is displayed and if it's not.
I've done this:
But does not work: (
Please help.
I've done this:
Код:
new a = ApplyAnimation(playerid,"KISSING","Playa_Kiss_01", 4.1, 1, 0, 0, 0, 0); if(a == 0) { // NOTHING HAPPENS } else{ SendClientMessage(playerid, COLOR_GRAD2, " test!"); }
Please help.