i want zombie skins like you can choose zombie skin when you press M then 1... i will replace terrorists with new zombies so if you can help me pls help    
  
 
 
Scripts 
 Zombie Skins
 Zombie Skins
 
 1 
 
 i want zombie skins like you can choose zombie skin when you press M then 1... i will replace terrorists with new zombies so if you can help me pls help    
  addhook("spawn","spawn")
function spawn(id)
  if player(id,"team")==1 and player(id,"look")==1 then
    id1=image("gfx/files/zombie.bmp",2,1,200+id) -- 
    freeimage(id)
  end
end
 Unknown_Cheater: not working and the bmp in mods like
 NanuPlayer: Do you want only four skins that you can select from the team menu? If so, use server mods.CS2D/mods/...
 Mami Tomoe: game mode is zombies but i cant choose terrorist skins for zombies thats the problem 
 NanuPlayer: That's because zombies only have 1 skin, it's placed in the  CS2D/gfx/npc/zombie.bmpfile.
lookattribute of the
 player function, and spreadsheet images similar to the way @
 Unknown_Cheater did them, but even then, on the team menu, you'd still only see the default skin, and you'd not naturally know which skin you're getting, until you choose it.lookattribute is indexed at 0, rather than 1 (which goes against all known laws for Lua scripting), which means it's 0 to 3, rather than 1 to 4.
CS2D/gfx/npc/zombie.bmpfile is shared between both zombie players, and zombie NPCs!
 
 1 
 