View Single Post
  #12  
Old 08-09-2004, 12:37 AM
falco10291029 falco10291029 is offline
BEst User EVER!
Join Date: Apr 2004
Posts: 1,186
falco10291029 is on a distinguished road
ok Let me see if i can get this straight. Your saying I should do smething lilke this for selecting the weapon

NPC Code:

for (i=o;i<weaponscount;i++) {
if (strequals(#w(i),#s(client.letter))///ud have to see my script to get it) {
selectedweapon=i;
break;
}

}




AM I right? Well I will try it.
__________________
BEst Insult ever: If I had a dollar for every brain you DIDNT have, i'd have one dollar!
Reply With Quote