NPC Anim
#2

Quote:
Originally Posted by lukas567
View Post
Hey!
Try something like this:
Code:
new npcname[MAX_PLAYER_NAME];
       GetPlayerName(playerid, npcname, sizeof(npcname));
    if(!strcmp(npcname, "NPCNAME", true))
    {
        ApplyAnimation(playerid," ", ", , , , , ,); //Don't forget the ID
        return 1;
    }
best of luck!
Reply


Messages In This Thread
NPC Anim - by lukas567 - 24.03.2012, 11:34
Re: NPC Anim - by Vladamir - 24.03.2012, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)