發新話題
打印

我自創既突變(未整,仲睇緊教學)

[Close]
通街都係WITCH
複製內容到剪貼板
代碼:
public OnEntityCreated(entity, const String:classname[])
{
if (!StrEqual(classname, "infected")) return;
SetEntityModel(entity,"models/infected/witch_bride.mdl");
}

TOP

發新話題