Thread: Npc points!

Results 1 to 5 of 5
  1. #1 Npc points! 
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0
    i need 2 make it so that
    if (npcs[i].npcType == xxxx) {
    -npc point stuff-
    }
    applies 2 all npcs on server, how do i do that?


    woooooooooooot 200th post
    Reply With Quote  
     

  2. #2  
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0
    plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz help
    Reply With Quote  
     

  3. #3  
    Registered Member Moofens's Avatar
    Join Date
    Jul 2009
    Posts
    445
    Thanks given
    23
    Thanks received
    12
    Rep Power
    31
    if (npcs[i].npcType != -1) {
    temp.Npcpoints += 1;
    }
    Reply With Quote  
     

  4. #4  
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0
    -1?
    will that work for all npcs?
    Reply With Quote  
     

  5. #5  
    Extreme Donator

    sexyrussian's Avatar
    Join Date
    Nov 2009
    Posts
    887
    Thanks given
    47
    Thanks received
    23
    Rep Power
    0
    nvm sorry i didnt really read it, lol
    thanxxxx so much, rep ++
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •