24.03.2012, 11:34
Hey!
This code, in NPC.pwn file should make NPC to dance, but it's not dancing...
Command:
Code:
public OnPlayerStreamIn(playerid) { SendCommand("/strip"); return 1; }
Command:
Code:
CMD:strip(playerid, params[]) { ApplyAnimation(playerid, "STRIP", "STR_A2B", 4.000000, 1, 0, 0, 0, 0, 1); return 1; }