View Single Post
  #2  
Old 02-09-2009, 05:09 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Hmm, I don't like the loop your doing.. hmm

PHP Code:
temp.0;
for(
temp.wep player.weapons) {
  if (
temp.wep.name in this.bannedNPCs) continue;

  
L_List.addrow(temp.i++, temp.wep.name);

Or something like that
__________________
Reply With Quote