NPCs, yeah me again...
#1

The facing angle isnt correct, so i tryd to set it but no effect, also the anim isnt working...

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(IsPlayerNPC(playerid))
    {
        new npcname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, npcname, sizeof(npcname));
        if(!strcmp(npcname, "Dave", true))
        {
            SetPlayerSkin(playerid, 179);
            print("Skin done");
            SetPlayerFacingAngle(playerid, 269.7591);
            print("Facing angle done");
            ApplyAnimation(playerid,"COP_AMBIENT","Coplook_loop",4.1,0,0,0,1,0);
            print("Anim done");
            Dave[playerid] = Create3DTextLabel("Dave", 0x00FF0000, 30.0, 40.0, 50.0, 40.0, 0);
            Attach3DTextLabelToPlayer(Dave[playerid], playerid, 0.0, 0.0, 0.2);
            print("3D text done");
            return true;
        }
        return 1;
    }
    SetPlayerPos(playerid, 315.55523682,2059.98608398, 27); //NOTE: must change this to team spewns and make em random
    return true;
}
BTW, ignore the note ;P
Reply


Messages In This Thread
NPCs, yeah me again... - by Markx - 17.06.2011, 16:20
Re: NPCs, yeah me again... - by Stigg - 17.06.2011, 16:30
Re: NPCs, yeah me again... - by Markx - 17.06.2011, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)