forked from UNLOZE/sm-plugins
PlayerRankings: Update skull, again. Rotation was wrong.
This commit is contained in:
@@ -227,7 +227,7 @@ public void OnMapStart()
|
||||
{
|
||||
PrecacheSound("unloze/holy.wav");
|
||||
PrecacheModel("models/unloze/crown_v3.mdl");
|
||||
PrecacheModel("models/unloze/skull_v2.mdl");
|
||||
PrecacheModel("models/unloze/skull_v3.mdl");
|
||||
|
||||
AddFileToDownloadsTable("sound/unloze/holy.wav");
|
||||
|
||||
@@ -243,12 +243,12 @@ public void OnMapStart()
|
||||
AddFileToDownloadsTable("materials/models/unloze/crown/crown_detail.vtf");
|
||||
AddFileToDownloadsTable("materials/models/unloze/crown/crown_lightwarp.vtf");
|
||||
|
||||
AddFileToDownloadsTable("models/unloze/skull_v2.mdl");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v2.phy");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v2.vvd");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v2.sw.vtx");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v2.dx80.vtx");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v2.dx90.vtx");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v3.mdl");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v3.phy");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v3.vvd");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v3.sw.vtx");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v3.dx80.vtx");
|
||||
AddFileToDownloadsTable("models/unloze/skull_v3.dx90.vtx");
|
||||
AddFileToDownloadsTable("materials/models/unloze/skull/skull.vmt");
|
||||
AddFileToDownloadsTable("materials/models/unloze/skull/skull.vtf");
|
||||
AddFileToDownloadsTable("materials/models/unloze/skull/skull_bump.vtf");
|
||||
@@ -683,7 +683,7 @@ void SpawnSkull(int client)
|
||||
if ((entity = CreateEntityByName("prop_dynamic")) == INVALID_ENT_REFERENCE)
|
||||
return;
|
||||
|
||||
SetEntityModel(entity, "models/unloze/skull_v2.mdl");
|
||||
SetEntityModel(entity, "models/unloze/skull_v3.mdl");
|
||||
|
||||
DispatchKeyValue(entity, "solid", "0");
|
||||
DispatchKeyValue(entity, "disableshadows", "1");
|
||||
|
||||
Reference in New Issue
Block a user