If he backspaced the two = together his code should be working now... He probably did got it fixed and hasn't looked at the thread to let us know that it's done lol
|
|

Post ALL of the code and i will fix the problem. I can't tell whats wrong if I only see like half of it.

If he backspaced the two = together his code should be working now... He probably did got it fixed and hasn't looked at the thread to let us know that it's done lol
none of those above work, if i change it to this:
NOTE: I DID POST ALL OF THE CODE, IT'S ONLY 2 LINES
}
if (npcs[i].npcType ==50 && npcdrop == 8002) {
temp.yell("Some one killed the kbd and got claws!");
i get this error:
![]()

That variable does not exist. try chaning npcdrop to npcDrop
}
if (npcs.npcType == 50) && npcdrop == 8002) {
temp.yell("Some one killed the kbd and got claws!");
}
what is wrong with this then i added a space in between the == and then also tryed it with = = either way thats not letting it work??
i change it to npcDrop, then tried, NpcDrop, then Npcdrop, none of those work![]()

try this
Code:if (NpcDrops[6570].npcId == 95) { c.yell("Some one killed the kbd and got claws!"); }
your code worked and compiled fine and all, but then when i kill the kbd i automatically lose connection? any other ideas??
| « Pk Skulls [Delta] | Range crashes server?? help? » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |