FOnline Development > General Discussion
I need Help with scripts - turning off town supply and 3D models
Jimmy BoyX:
--- Code: ---void CallTownSupply(Critter& victim, Critter& hostile) // Export
{return;
if(IsValidForSupply(victim,hostile))
{
uint[] values={victim.Id,hostile.Id,0};
::CreateTimeEvent(__FullSecond+SUPPLY_TIME,"e_CallTownSupply",values,true);
}
}
--- End code ---
Try this because my friend has problem with and someone help him and it work. I dont remember if it is but something like it.
Skycast:
--- Quote from: ronon dex on June 19, 2012, 09:17:53 pm ---how do I turn off script Bounty Hunters?
--- End quote ---
Main.fos line somewhere near 1176
change
--- Code: ---CallTownSupply( cr, killer );
--- End code ---
to
--- Code: ---//CallTownSupply( cr, killer );
--- End code ---
bounty disabled
ronon dex:
Still can not I turn off the 3D player models. Please have someone Fo SDK free 3d models or script that disables it? I tried to turn it off, but without success. Someone please send me the script where they are banned 3d player models.
Jimmy BoyX:
Go to _defines.fos and there are somethings like 3d player, head slot and naked (no bluesuit). Write // for disable (make comment).
If you wanna delete all stuff I cannot help you.
Skycast:
If 3D models was turned on by default, that means that you are using very old sdk version *)
Navigation
[0] Message Index
[*] Previous page
Go to full version