Jump to content

AyzrusPT

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

AyzrusPT's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. gente estou com problema no seguinte codigo 1 local screenW, screenH = guiGetScreenSize() 2 local selecionado = nil 3 local tick = nil 4 local isShopVisible = false 5 local labelQuantidade = guiCreateEdit(0.40, 0.5675, 0.12, 0.04, "Quantidade", true) 6 guiSetAlpha(labelQuantidade, 0) 7 guiSetVisible(labelQuantidade, false) 8 guiEditSetMaxLength(labelQuantidade, 3) 9 function onStart() 10 font1 = dxCreateFont("fontes/Roboto.ttf", 10) 11 "default-bold" = dxCreateFont("fontes/RobotoBold.ttf", 10) 12 end 13 addEventHandler("onClientResourceStart", resourceRoot, onStart) Tenho erro na linha 11 o erro é unexpected symbol near '=' queria saber como corrigir pois script nao funciona por causa desse erro. eu é que numerei a linha de codigo no post mas no visual studio o erro é mesmo na linha 11
×
×
  • Create New...