Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/22 in all areas

  1. function syncObjects (player) local vehicle = getPedOccupiedVehicle(player); if vehicle then local occupants = getVehicleOccupants(vehicle) if occupants then for i, v in pairs (occupants) do triggerLatentClientEvent (v, "tune.sync_objects", resourceRoot, getVehicleName (vehicle),getVehicleObjects(vehicle)) end end end end Try this
    2 points
  2. addEventHandler ( "onVehicleStartEnter", root, function(player,seat) if getElementModel ( source ) == 409 and seat == 0 then if getElementType( source ) == "player" then if not (isObjectInACLGroup ("user."..getAccountName(getPlayerAccount(client)), aclGetGroup ( "VIP Diamante" ) )) then cancelEvent() outputChatBox("O veículo "..getVehicleNameFromModel(409).." é exclusivo para jogadores VIPs",player,255,0,0,false) end end end end ) try this
    1 point
  3. I still remember the default mta servers that were with quite a few players. Pure fun..
    1 point
×
×
  • Create New...