Sounds like a good idea, but what if the host is full? And as SoldSnake14 said, it would need a very powerful host, to support hundreds/thousands of people.
I think that Castillo (he prob wouldn't enter it) or Union/Dennis would win by a long shot. I'd like to see them both enter it though.
This seems like it would be interesting, im down.
It would also be kinda cool if MTA had something like "Best scripter of the month."
Delete these resources please, just old ones I dont want on any more:
https://community.multitheftauto.com/index.php?p= ... ls&id=7044
https://community.multitheftauto.com/index.php?p= ... ls&id=6863
https://community.multitheftauto.com/index.php?p= ... ls&id=7130
https://community.multitheftauto.com/index.php?p= ... ls&id=6956
DONE
Not really sure if it does, but a while back, when I was scanning the forums, 50p said that the txd needs to be loaded first.... But, not sure if it works. (on this page: viewtopic.php?f=91&t=60867&p=580304#p580172 )
addEventHandler ( "onClientGUIClick", root,
function ( )
if ( source == GUIEditor.button[2] ) then
local car = getPedOccupiedVehicle ( localPlayer )
if ( car ) then
fixVehicle ( car )
guiSetEnabled ( source, false )
setTimer ( function ( element )
guiSetEnabled ( element, true )
end, 60000, 1, source )
end
end
end
)