Jump to content

Thelastride

Members
  • Posts

    172
  • Joined

  • Last visited

Everything posted by Thelastride

  1. This happens when you use event without knowing its function.Its because you put it in onClientRender event. Instead of this create a marker or something and use onMarkerExit
  2. Yeah you could open two user accounts in Windows XP .Then run 2 mta clients but from 1.1 release its not possible.
  3. Not good gameserver hosts left now.I remember when Gtamulti,no1servers,serverffs used to be best one but now all closed.
  4. Dont listen to this guy.He is a scammer!
  5. haha epic english both of you
  6. Put code in lua tag next time.Its hard to read
  7. I don't think anyone need to worry about that.Go on and make it
  8. Yes this could be useful.Right now need to use setTimer to respawn vehicles which are inside water.
  9. You can get this in MTA menu i think
  10. Yes I think they can only make or improve things which is already made in gtasa game.
  11. Here function DXdraw() sWidth, sHeight = guiGetScreenSize() dxDrawText("Money "..tostring (getPlayerMoney(getLocalPlayer()),40,40,sWidth,sHeight,tocolor(0,255,0,255),1.5,"pricedown","right","top",false,false,false) end addEventHandler("onClientRender", getRootElement(), DXdraw)
  12. Hahahaha its like saying rockstar games isn't closed just they stopped making games.
  13. no1servers closed, not many people want vps.Gameserver hardly runs on vps
  14. You are welcome.Yup it works but you put arguments before in setTimer.
  15. function drawText() local x,y = guiGetScreenSize() msgBack = dxDrawRectangle(0,y/20,x,y/20,tocolor(0,0,0,80)) local txtw = dxGetTextWidth(text, 0.78, "bankgothic") msgText = dxDrawText ( dtext, x/2 - txtw / 2, y/23, x, y, tocolor ( 0,0,0, 255 ), 0.78, "bankgothic" ) end function createTheOverallText(text) dtext = text addEventHandler("onClientRender",getRootElement(), drawText ) setTimer(removeEventHandler,5000,1,"onClientRender",getRootElement(),drawText) end addEvent("overalltext",true) addEventHandler("overalltext",getRootElement(),createTheOverallText) setTimer arguments were at wrongplace.Use this one
  16. Thelastride

    Help

    Single player works? run gtasa.exe to test
  17. Its useless when there is already bone attach thing.Just use it to attack any kind of object to peds...
×
×
  • Create New...