Jump to content

EhsanReacher

Members
  • Posts

    3
  • Joined

  • Last visited

EhsanReacher'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. hi i have a error from this code --- < PERSONAGEM 2 > --- local sqll3 = dbPoll(dbQuery(Connection, "SELECT * FROM zn_users_saves WHERE serial = ?", ""..sserial.."-2p"), -1) for _33, roww3 in ipairs(sqll3) do if roww3 then if getElementData(pv, "ZN-Logado") == false then sid2 = roww3["id"] snome2 = ""..roww3["nome"].." "..roww3["sobrenome"].."" sidade2 = roww3["idade"] snascimento2 = roww3["nascimento"] sserial2 = roww3["serial"] end triggerClientEvent(pv, "ZN-CarregarPersonagensC2", root, sid2, snome2, sidade2, snascimento2, sserial2) end end end end setTimer(zncpersonagem, 50, 1) end -- zncpersonagem() addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), zncpersonagem) error is attemp to concatenate global `serial ` <a nill value> this error is for this line local sqll3 = dbPoll(dbQuery(Connection, "SELECT * FROM zn_users_saves WHERE serial = ?", ""..sserial.."-2p"), -1)
  2. hi i use west rp gamemode type of the gamemode is social gaming i have a problem with we_accounts (account-system) when i connect to server it not show me the account system to create character and i got a error from consol luccas_s.lua:284: attemp to concatenate global sserial {a nil value} please help me
  3. Hi I had owl gamemode roleplay I want to edit for example name telephone to you I copy a Html color for Example#fff6 and paste it when I run this command I see fff6teleport to you Html color not working but when I use rgb color in the end of the code all of the text changed but I want use Html color
×
×
  • Create New...