Jump to content

Cadu12

Retired Staff
  • Posts

    827
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cadu12

  1. Não tem link. Você percisa de faze novo race/freeroam com multiarena, porque race/freeroam nao é multiarena.
  2. É possivel. Eles fez multi-arenas script.
  3. If you're making new multiarena, then there is no such events. You should make your own event when start is starting. table.insert -- objects triggerClientEvent destroyElement -- object Edit: If map has scripts, hard to tell.
  4. 1. Save objects into table. 2. Send table to client 3. Foreach table + createObject When map is start, then delete all old object and do new table at step 1st. Is that hard?
  5. There is example on wiki as Sasuke said. Please do not ignore wiki, wiki is your friend.
  6. If you don't post the code, we can't fix your problems.
  7. You're welcome. If you want cancel message all maps, you can use: if getResourceInfo(res, "type") == "map" then cancelEvent() end Server-side only.
  8. Please, next time read the wiki. function onChatMessage ( _, theElement ) if ( getElementType ( theElement ) ~= "player" ) then cancelEvent ( ) end end addEventHandler ( "onChatMessage", root, onChatMessage )
  9. Cadu12

    minigames

    addCommandHandler And mini-game, you have to learn Lua first.
  10. Show your error, so we can fix your problems. (/debugscript 3 ingame)
  11. addCommandHandler outputChatBox setTimer killPed
  12. Cadu12

    Doesnt work.

    Sex, How? If he wants your scripts, then he is not good scripter. Anderl is already good(or skilled) scripter. We don't give support laked scripts.
  13. They already told you, they not going add script for you. Search resource in community or you have to learn Lua first.
  14. Download latest version, https://nightly.multitheftauto.com/ Try use "" in your resource meta, should it work.
  15. https://code.google.com/p/mtasa-blue/so ... ail?r=4872 As I said, it has already sync, server-side.
  16. Use createWeapon with server-side, not client-side. If you are on server-side, it'll be sync.
  17. createWeapon has already sync, the wiki should update.
  18. How is much RAM on your server?
  19. Do not PM to him, you can only PM to MTA Team or ccw (in IRC), not to me.
  20. If you want make like 9GAG browser. dxCreateTexture dxGetMaterialSize dxDrawImage fileCreate fileExists fileWrite Server-side: fetchRemote triggerClientEvent
  21. Happy birthday, Solidsnake14!
  22. [WIP] = Work in Progress. [REL] = Released. Also you can see open-source, but im still working on it.
  23. I know there are both dxgui on community, but they outdated. So I made my own project for User Interface and works perfectly. Features: Multi-theme. You can change theme for all player without restart MTA/Reconnect. Multi-screen render. Event system. Clip system. Color-coded is allowed. But you have to use UI_SetColorCoded function. Components: Window Button Label RadioButton CheckBox ProgressBar Custom Font Will be more soon. Sure check at subversion ( Google code ) Here is the screenshot: https://www.dropbox.com/s/v6dn2pwnp5icmzk/UI_System.png https://www.dropbox.com/s/ezvolt72hf1bg ... ystem2.png Subversion: http://code.google.com/p/ui-mta/source/list
×
×
  • Create New...