Jump to content

Bober

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Bober

  1. Jeśli chodzi ci o to by po prawej stronie nie było widać kolorów w nicku to należy w linijce 71 pliku spectators_c.lua zmienić: local name = getPlayerName(v) na: local name = string.gsub(getPlayerName(v),"#%x%x%x%x%x%x", "" )
  2. https://wiki.multitheftauto.com/wiki/TriggerServerEvent
  3. automatycznie go zbierasz gdyż, jest on tworzony w miejscu gdzie jesteś i odrazu się zbiera
  4. Pytanie proste Czy są gdzieś SDK do c++ i takie by zwracały tabele (c# zwraca tylko string) ?
  5. https://wiki.multitheftauto.com/index.ph ... 0&offset=0
  6. I have problem with set handling in mta 1.1 local handling = createHandling() local set = addDefaultHandling(411, handling) local max = handlingSetEngineAcceleration(handling, 50000) local min = handlingSetMaxVelocity(handling,6000) if max and min and set then outputChatBox("Handling set. Now max speed = "..handlingGetMaxVelocity (handling)) end no errors but handling no set
×
×
  • Create New...