Witam mam tu problem poniewa? chce aby Jak Wpisze tu Imie i Nazwiko to Imie sie doda?o do MySQL Tabela Rodzina I tam zeby sie doda?o: UID/Nazwa.....
A jak klikam to Pokazuje na czacie ,,Wyrobiono Dowod Osobity" Ale nie dodaje
Nazwisko chce aby by?o w Rodzina2
Kod Client:
[lua]
local marker=createMarker(361.83,173.44,1007.48, "cylinder", 1, 255, 255, 255, 155)
setElementInterior(marker, 3)
local t=createElement("text")
setElementPosition(t,361.83,173.44,1008.38)
setElementInterior(t,3)
setElementData(t,"name","Dowod Osobisty")
addEventHandler("onClientGUIClick", root, function(btn,state)
if source == wm.submit then
local new_board=guiGetText(wm.edit2)
local new_board2=guiGetText(wm.edit3)
local cost=250
if string.len(new_board) < 1 then
outputChatBox("* Podaj wi?cej znak?w.", 255, 0, 0)
return
end
if string.len(new_board) > ...