I need to mod was after 100 kills.
can write the script and then I do not know how to write scripts
---------- Post added at 11:37 AM ---------- Previous post was at 11:15 AM ----------
help
Code:
SELECT ALL
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System****;
using InfinityScript;
using ac130;
namespace ClassLibrary11
{
public class Class1
{
}
}
for(int i=0; i<18; i++)
{
if(Humans.Players.i.Kills == 100 && !BoolCounter[i])
{
self thread ac130();
BoolCounter[i] = true;
}
}
ac130 mod that should appear after 100 kills
http://fourdeltaone.net/forum/viewto...p?f=40&t=15792