so i want to set up a server, and my only idea for it is when an alien dies, humans get more BP, and when a human dies, aliens get mor BP depending on what the aien wat/ what the human had equiped. but, i do know code format, but dont know where ill put the code file and how to type it. ( i think its c, right?)
this is going to be way off...
if level0.Death == true
{
g_humanbuildpoints + 2;
}
if human.death == true
{
if human.equiped == rifle
{
g_alienbuildpoints + 2;
}
if human.equiped == light_armour
{
g_alienbuildpoints + 2;
}
}
if g_alienbuildpoints == 999 || g_humanbuildpoints == 999
{
sv_suddendeath = 1;
}
and alieta, i know you're goingto say something like this:
oh no, its all terrible. it seems like c# more than c! its hopless, just give up.