07-23-2013, 01:31
im been trying to replace the logos from the teams, i can replace some of them
but the one logo that i want to put is the delta force logo
faction_128_delta.iwi
but it only shows a square with little squares... this is the code
public override void OnMapChange()
{
base.SetDvar("precacheShader", "faction_128_delta");
base.SetDvar("g_teamname_allies", "^7Delta Force");
base.SetDvar("g_TeamIcon_Allies", "faction_128_delta");
base.SetDvar("g_teamname_axis", "^1Spetnaz");
base.SetDvar("g_TeamIcon_Axis", "cardicon_spetsnaz");
}
this is the photo with the example
http://imageshack.us/photo/my-images/17/fdi5.jpg/
i hope someone can help, im new in this thing of programing.
Thanks in advance!!
but the one logo that i want to put is the delta force logo
faction_128_delta.iwi
but it only shows a square with little squares... this is the code
public override void OnMapChange()
{
base.SetDvar("precacheShader", "faction_128_delta");
base.SetDvar("g_teamname_allies", "^7Delta Force");
base.SetDvar("g_TeamIcon_Allies", "faction_128_delta");
base.SetDvar("g_teamname_axis", "^1Spetnaz");
base.SetDvar("g_TeamIcon_Axis", "cardicon_spetsnaz");
}
this is the photo with the example
http://imageshack.us/photo/my-images/17/fdi5.jpg/
i hope someone can help, im new in this thing of programing.
Thanks in advance!!