Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/11/19 in all areas

  1. I felt guilty for not leaving proper documentation on 2DFX in my recent user-guide. So I brought in some bonus! I apologise for the occasional seagulls, should've shot them down This demonstrates what's currently possible through Dexx SA Tools (Maxscript) and Goldfish's edition of Kam's scripts 2018 (Maxscript). No MTA scripting required. Wiki link: https://wiki.multitheftauto.com/wiki/User:Tut (under construction...) Dexx SA Tools (Particle generation) Video: Goldfish script (Light generation) Video: a big thanks to NanoBob for giving me access to his camera script
    1 point
  2. setTeamColor Server-only function https://wiki.multitheftauto.com/wiki/SetTeamColor to fix it use https://wiki.multitheftauto.com/wiki/TriggerServerEvent server file function changeclr ( tesm,r,g,b ) setTeamColor ( team,r,g,b )end addEvent( "changeclr", true ) addEventHandler( "changeclr", resourceRoot,changeclr ) client your full code + function updateTeamColour() triggerServerEvent ( "changeclr", resourceRoot,team[2], colour.r, colour.g, colour.b ) end addEventHandler("onClientPlayerJoin", getRootElement(), updateTeamColour)
    1 point
  3. Hello again! Well all progress with this project was lost when I struggled with scripting it as a total noob to doing so, so it died since this thread was first posted, my PC was turned off for years and stashed away, till recently mustve recieved some damage as my hdd lasted a few hours after booting it and I didnt salvage the server files. Good news though, I found the motivation to get the gamemode rebuilt from scratch and this time its back better than before and still improving. Calling out all you old mtavc players/devs and n00bs who missed out back then to pay it a visit, you're all welcome there. I will have more videos too, and we also have a discord poppin with an Echo. will link.
    1 point
  4. It makes the data portable across different applications and storing solutions. In some cases your raw data can break the application, while it will not in the base64 format. For example you can embed with this format images(png/jpg/svg) within your HTML and CSS files. Also it is widely supported by W3C across the web.
    1 point
  5. Vai dar erro em tudo. Vc criou a table bmx como sendo local. Ela não existe fora daquela função. E não entendi pq vc está criando a table daquela forma, com os veículos como índices. Não sei da onde que vc inventou isso.
    0 points
×
×
  • Create New...