Bloc des props troll

  • Initiateur de la discussion
séméron23

séméron23

Psychopathe
Messages
1 305
Score réaction
310
Points
290
Bonjour,
j'ai cette liste :
supr
mais ou la mettre et que faire pour que sa soit mis dans la blackliste (sachant que j'ai fpp

merci
 
Dernière édition:
Kitsu

Kitsu

Chuck Norris
Messages
6 076
Score réaction
2 505
Points
740
@Yoh Sambre ♪ @Makss
 
Yoh Sambre ♪

Yoh Sambre ♪

Shaman Fou
Messages
16 289
Score réaction
9 688
Points
1 845
Installation: lua/autorun/server

Code:
FPP = FPP or {}
local blacklistedProps = {
'models/props_buildings/project_destroyedbuildings01.mdl',
'models/props_combine/CombineTrain02b.mdl',
'models/Combine_Room/combine_monitor002.mdl',
'models/Combine_Room/combine_monitor003a.mdl',
'models/Cranes/crane_body_LOD.mdl',
'models/Cranes/crane_docks.mdl',
'models/Cranes/crane_frame.mdl',
'models/Cranes/crane_frame_interior.mdl',
'models/props_wasteland/rockgranite04c.mdl',
'models/props_wasteland/rockgranite04b.mdl',
'models/props_phx/amraam.mdl',
'models/props_phx/ball.mdl',
'models/props_phx/cannonball.mdl',
'models/props_phx/misc/flakshell_big.mdl',
'models/props_phx/mk-82.mdl',
'models/Cranes/crane_docks.mdl',
'models/props_phx/torpedo.mdl',
'models/props_phx/ww2bomb.mdl',
'models/Cranes/crane_docks.mdl',
'models/props/de_nuke/containmentbuilding.mdl',
'models/props_trainyard/train_building001.mdl',
'models/props_trainyard/train_building001b.mdl',
'models/props_farm/building001.mdl',
'models/props_farm/building002.mdl',
'models/props_debris/donner_building1_wall1.mdl',
'models/props_debris/donner_building1_corner2.mdl',
'models/props_buildings/CollapsedBuilding01a.mdl',
'models/props_buildings/CollapsedBuilding01aWall.mdl',
'models/props_buildings/CollapsedBuilding02a.mdl',
'models/props_buildings/CollapsedBuilding02b.mdl',
'models/props_buildings/CollapsedBuilding02c.mdl',
'models/props_buildings/building_002a.mdl',
}
timer.Simple(1,function
sql.Begin()
for _, v in pairs(blacklistedProps) do
FPP.BlockedModels[v] = true
sql.Query("REPLACE INTO FPP_BLOCKEDMODELS1 VALUES("..sql.SQLStr(v)..");")
end
sql.Commit()
end)
 
  • Initiateur de la discussion
séméron23

séméron23

Psychopathe
Messages
1 305
Score réaction
310
Points
290
Yoh Sambre ♪ à dit:
Installation: lua/autorun/server

Code:
FPP = FPP or {}
local blacklistedProps = {
'models/props_buildings/project_destroyedbuildings01.mdl',
'models/props_combine/CombineTrain02b.mdl',
'models/Combine_Room/combine_monitor002.mdl',
'models/Combine_Room/combine_monitor003a.mdl',
'models/Cranes/crane_body_LOD.mdl',
'models/Cranes/crane_docks.mdl',
'models/Cranes/crane_frame.mdl',
'models/Cranes/crane_frame_interior.mdl',
'models/props_wasteland/rockgranite04c.mdl',
'models/props_wasteland/rockgranite04b.mdl',
'models/props_phx/amraam.mdl',
'models/props_phx/ball.mdl',
'models/props_phx/cannonball.mdl',
'models/props_phx/misc/flakshell_big.mdl',
'models/props_phx/mk-82.mdl',
'models/Cranes/crane_docks.mdl',
'models/props_phx/torpedo.mdl',
'models/props_phx/ww2bomb.mdl',
'models/Cranes/crane_docks.mdl',
'models/props/de_nuke/containmentbuilding.mdl',
'models/props_trainyard/train_building001.mdl',
'models/props_trainyard/train_building001b.mdl',
'models/props_farm/building001.mdl',
'models/props_farm/building002.mdl',
'models/props_debris/donner_building1_wall1.mdl',
'models/props_debris/donner_building1_corner2.mdl',
'models/props_buildings/CollapsedBuilding01a.mdl',
'models/props_buildings/CollapsedBuilding01aWall.mdl',
'models/props_buildings/CollapsedBuilding02a.mdl',
'models/props_buildings/CollapsedBuilding02b.mdl',
'models/props_buildings/CollapsedBuilding02c.mdl',
'models/props_buildings/building_002a.mdl',
}
timer.Simple(1,function
sql.Begin()
for _, v in pairs(blacklistedProps) do
FPP.BlockedModels[v] = true
sql.Query("REPLACE INTO FPP_BLOCKEDMODELS1 VALUES("..sql.SQLStr(v)..");")
end
sql.Commit()
end)
Ok merci
 
Discord d'entraide
Rejoignz-nous sur Discord