Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/09/22 in all areas

  1. hello , you can use variable to change the image path = "img1.png" addEventHandler("onClientRender",root,funtion() dxDrawImage ( 100, 300, 100, 240, path, 0, 0, 0,tocolor(255,255,255) ) end) addCommandHandler("changeimage",function() path = "img2.png" end)
    1 point
×
×
  • Create New...