Tópico de Dúvidas |
Dhanny_mheyran « Citoyen » 1423848000000
| 0 | ||
numero=0 function eventChatCommand(name,message) if message == "set" then ui.addPopup(0,2,"Escolha o número!",name,350,175,200,true) end end function eventPopupAnswer(id,name,answer) if id == 0 then numero=answer if numero >= 0 then print("Este número é positivo ou neutro!") else print("Este número é negativo!") end end end Quando digito !set e coloco um número ele dá o erro [15:18] [Lua] # [*Num sei porque criei essa tribo] Runtime Error : Haxhhhhhhhhh.lua:10: attempt to compare string with number expected, got string o q tá acontecendo? |
Thedalek « Citoyen » 1423848180000
| 0 | ||
Haxhhhhhhhhh a dit : o answer é string, não se compara string com número usa if tonumber(numero) >= 0 then ou numero=tonumber(answer) |
Gutigusta « Citoyen » 1423850460000
| 0 | ||
Onde peço um script onde qualquer um possa fazer para mim? |
Canezinhu « Citoyen » 1423850580000
| 0 | ||
|
Gutigusta « Citoyen » 1423850940000
| 0 | ||
canezinhu a dit : Obrigado ^-^! |
Dyegotrakina « Citoyen » 1423883100000
| 0 | ||
como tira print? |