Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. lol, sorry, I never knew this was your script... Was it from your server?
  2. Can you show me your server log please
  3. ok, try this, onPlayerChat Part: local r,g,b function setPlayerChatColor(message, messageType) if (messageType == 0) then local thePlayer = getPlayerName(source) cancelEvent() if (getPlayerTeam(source) == usteam) then if data == (usteam) then r,g,b = 2,134,183 end outputChatBox(thePlayer.. '#1569C7[M] : #ffffff' ..tostring(message),getRootElement(),r,g,b,true) elseif (getPlayerTeam(source) == doteam) then if data == (doteam) then r,g,b = 100,255,100 end local r,g,b = getTeamColor(doteam) outputChatBox(thePlayer.. '#aaff00[Donator] : #ffffff' ..tostring(message),getRootElement(),r,g,b,true) elseif not(getPlayerTeam(source) == usteam) and not(getPlayerTeam(source) == doteam) then local team = getPlayerTeam(source) if data == (team) then r,g,b = 255,255,255 end outputChatBox(thePlayer.. ': #FFFFFF' ..tostring(message),getRootElement(),r,g,b,true) end end end addEventHandler( "onPlayerChat", getRootElement(), setPlayerChatColor )
  4. I don't think you could make scripts with maps, anyways, try this: > type="script" gamemodes="race" name="[DM]Zibler-let's party" author="Zibler " version="1.0.0">> src="zibler.map" /> src="song.mp3">> ="music.lua" type="client">> ="jump.lua" type="client" /> ="teleport.lua" type="client" /> ="palm.lua" type="client" /> src="gta_tree_palm.txd" /> src="veg_palm03.dff" />>
  5. Jaysds1

    Problem with MTA

    He should reinstall his MS Visual C++... Sorry, but I don't know the link for it
  6. Jaysds1

    Xampp

    ya, call it "onResourceStart", but make sure the other resource is running and started before the current resource that's going to call it.
  7. Here's my mom's laptop: http://speccy.piriform.com/results/Xhhq ... SVuLsDe7KF
  8. Those duplicated resources, Did you downloaded them or did you seen the error from no where?
  9. ok, Can you post a screenshot of your resource/folder?
  10. Jaysds1

    Lag Problems

    Well, if your not using a laptop, then you could search for another screen for a higher hz...
  11. Jaysds1

    Lag Problems

    Download and install this AMD Driver
  12. Tell them to Download and run this MTADiag the post the PasteBin url here.
  13. Um, sorry, but these are called resources and these have scripts... to use these resources, start your server "MTA Server.exe" (located in your server folder) then type in "start THE RESOURCENAME" in the black console after everything's loaded... Please refer to the wiki for more info: Main_Page
  14. ok, I see where you're going with this... we should have more servers to host... I'll ask one of my mates if he could host my JW137 MTA 0.5r2 Version servers... I made more than one server because it wasn't possible to change the map at the time, so I'll see what I can do
  15. Does your map have "type="map" and is in side a folder not just by it self?
  16. Ya, Here's more info: http://wiki.mibbit.com/index.php/Main_Page
  17. well, I am running in 1920x1080
  18. Can you send me one please?
  19. LOL, hack??? Anyways, it works like a charm... My only problem is when I open it, it shows in the middle of the screen... Is there anyway for you to make it stay at the side?
×
×
  • Create New...