Re: Game crash and self restart question

Published by soulza on

#110458
soulza
Participant

if it works leave it m8 ,

this is the code you are using

  “spotted”: {
      “neverSeen”: “<font face=’XVMSymbol’ color=’#999999′ size=’23’>p</font>”,
      “lost”: “<font face=’XVMSymbol’ size=’23’>p</font>”,
      “spotted”: “<font face=’XVMSymbol’ color=’#FFAF00′ size=’23’>p</font>”,
      “dead”: “”,
      “neverSeen_arty”: “<font face=’XVMSymbol’ color=’#999999′ size=’23’>p</font>”,
      “lost_arty”: “<font face=’XVMSymbol’ size=’23’>p</font>”,
      “spotted_arty”: “<font face=’XVMSymbol’ color=’#FFAF00′ size=’23’>p</font>”,
      “dead_arty”: “”
    }

 

and this is my code i use:-

 “spotted”: {
      “neverSeen”: “<img src=’cfg://soulzaskehoblue/keho/Enemy Spotted Marker/lost.png’ width=’21’ height=’21’>”, 
      “lost”: “<img src=’cfg://soulzaskehoblue/keho/Enemy Spotted Marker/revealed.png’ width=’21’ height=’21’>”, 
      “spotted”: “<img src=’cfg://soulzaskehoblue/keho/Enemy Spotted Marker/seen.png’ width=’21’ height=’21’>”,  
      “dead”: “<font face=’xvm’ size=’23’ alpha=’#80′>&#x76;</font>”,
      “neverSeen_arty”: “<img src=’cfg://soulzaskehoblue/keho/Enemy Spotted Marker/lost.png’ width=’21’ height=’21’>”,
      “lost_arty”: “<img src=’cfg://soulzaskehoblue/keho/Enemy Spotted Marker/revealed.png’ width=’21’ height=’21’>”,
      “spotted_arty”: “<img src=’cfg://soulzaskehoblue/keho/Enemy Spotted Marker/seen.png’ width=’21’ height=’21’>”,
      “dead”: “<font face=’xvm’ size=’23’ alpha=’#80′>&#x76;</font>”
    },

i am using an icon instead of a font , the font way would be more efficient but i prefer the icon way as it gives you more options