Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 19/02/21 in all areas

  1. Hey, As a SA fan i've played many years on MTA and eventually build my own server (offline for several years now) When all the time and effort comes to an end when you decide to close the book, the server files are just there on a drive and that's it, but in order to really close this book now, i turned on the server one more time (offline) so i could document all the memories via audiovisual ways. My server had a lot of activities, much made by myself, others made by admins or friends, i also used a bunch of my fav. community scripts from back then, did a lot of mapping. I needed almost 200 clips in order to document this properly and ends up to 1h17m time and for this reason i've added timestamps.
    1 point
  2. Oh, my bad... getTeamName gets the name of a team element not player's team name. ? function stage100() setTimer(stage110, 10000, 1) for i, c in ipairs(alliedteams) do for k, v in ipairs(getPlayersInTeam(getTeamFromName((c)[1]))) do if isElementWithinColShape(v, rc) then local theVehicle = getPedOccupiedVehicle ( v ) if theVehicle then outputChatBox("#54F764[Rescue-Mission]: #FF0000Warning! You are in a vehicle, get off your vehicle to earn progress!", v, 255, 0, 0, true) else triggerClientEvent("draw100", v) end end end end local playersInCol = getElementsWithinColShape(rc, "player") if #playersInCol > 0 then for i, player in ipairs(playersInCol) do local playerTeam = getPlayerTeam(player) if playerTeam and getTeamName (playerTeam) == "Blue Team" then outputChatBox("Can't trigger event, blue team is in colshape", root) return end end triggerClientEvent("showheli", root, hiddenmarker) helicopter = true; end end
    1 point
×
×
  • Create New...