Raised This Month: $51 Target: $400
 12% 

Help! tf2 dedicated server engine error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
857849718
New Member
Join Date: Mar 2015
Old 03-08-2015 , 00:20   Help! tf2 dedicated server engine error
Reply With Quote #1

My server got a problem, and I don't know what happed
My server crashed and this message showed up:

Engine Error
955/ - obj_attachment_sapper: UTIL_SetModel: not precached:
models/buildables/toolbox_placement.mdl

Can somebody help me solve this problem?
Plugin that i have installed:
tf2items(giveweapon, randomizer, manager, attributes)
saysounds
rtd
advanced infinite ammo
rof
857849718 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 03-09-2015 , 05:29   Re: Help! tf2 dedicated server engine error
Reply With Quote #2

You have something else, definitly. The plugin you lsited above don't use models, I guess...
Try this :
PHP Code:
#include <sourcemod>

public Plugin:myinfo = {
    
name        "Fixing precache",
    
author      "Arkar",
    
description "nope.",
    
version     "0.1",
    
url         "www.sourcemod.net"
};

public 
OnPluginStart()
{
    
PrintToServer("Fixing models not precached.");
}


public 
OnMapStart()
{
    
PrecacheModel("models/buildables/toolbox_placement.mdl");

__________________
Want to check my plugins ?
Arkarr is offline
857849718
New Member
Join Date: Mar 2015
Old 03-09-2015 , 06:52   Re: Help! tf2 dedicated server engine error
Reply With Quote #3

but how to use this codes?
857849718 is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 03-09-2015 , 07:45   Re: Help! tf2 dedicated server engine error
Reply With Quote #4

Here :
http://www.sourcemod.net/compiler.php
__________________
Want to check my plugins ?
Arkarr is offline
857849718
New Member
Join Date: Mar 2015
Old 03-09-2015 , 09:23   Re: Help! tf2 dedicated server engine error
Reply With Quote #5

so i just need to input the text into the big box?
857849718 is offline
sim242
AlliedModders Donor
Join Date: Dec 2012
Location: England
Old 03-09-2015 , 09:36   Re: Help! tf2 dedicated server engine error
Reply With Quote #6

Put the text into a text editor, save it as modelfix.sp or whatever you want to name it but make sure when saving it that you have it set to all files so it saves it with the extension '.sp'. Drag the sp file onto a sourcemod compiler and bam, plugin created.
__________________
Steam - Sim
Request a private plugin
Not accepting requests at this time
sim242 is offline
Send a message via Skype™ to sim242
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 03-09-2015 , 10:26   Re: Help! tf2 dedicated server engine error
Reply With Quote #7

Quote:
Originally Posted by 857849718 View Post
so i just need to input the text into the big box?
Duuuude you just have to read ! And if you really don't understand, use a translator !
OR
use the method epxlained by sim242, just above my message.
__________________
Want to check my plugins ?

Last edited by Arkarr; 03-09-2015 at 10:26.
Arkarr is offline
857849718
New Member
Join Date: Mar 2015
Old 03-11-2015 , 08:59   Re: Help! tf2 dedicated server engine error
Reply With Quote #8

ok, thanks for you guys's help
857849718 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode