Thread: Icon Script
View Single Post
  #1  
Old 08-20-2009, 08:36 PM
Damien Damien is offline
Corpse
Join Date: Feb 2009
Location: 6 Feet under
Posts: 106
Damien is an unknown quantity at this point
Icon Script

I suck at scripting, this is what i got. can i have some help?


PHP Code:
//CLIENTSIDE
function onCreated()
{
 
this.stafflist = {
                      
"Manager"
                      "Staff"
                      "Etc"
                      
}
  if (
player.guild this.stafflist)
  {
   
showimg ("stafficon.png"player.x-0.04player.y-3.3)
  )

Reply With Quote