Hi it’s me Zuqaa the creator of the personnal menu… 
I work on it but i have a problem 
Scrennshot: http://prntscr.com/f2xbf9
Line 253: drawTxt(civilmenu.title,1,1,civilmenu.menu.x,civilmenu.menu.y,1.0, 255,255,255,255)
Line 227: Citizen.CreateThread(function()
Yes the line 227 is amazing xDD
1 Like
Havoc
2
Does the function drawTxt
exist in your script? If not, this is the reason for the error.
1 Like
Havoc
4
No, you’re calling it at line 253… Have you defined it anywhere?
It’ll look something like
function drawTxt( title, int, int, xPos, yPos, float, red, green, blue, alpha)
-- Draws stuff
end
Thx dude
Now i re-create a publication and i show the menu for U the communities <3
1 Like