I want to enable custom geowelcome on cod4x-ne
Posted: 20 May 2020 16:38
As everyone knows about the topics with too many questions that I am bringing here to the forum, I recently discovered the mod of leiizko NE, and also what is the B3. Well, since we have a lan and wifi network independently here where we live that almost covers Havana that is not connected to the internet, we are divided by IP ranges and those things ...
Me and a colleague c happened to make a database like Maxmind which is where the database is where B3 tells you, or if it were in the same mods NE I would like more as a script, this will take it out from the file "cod4 \ NEW EXPERIENCE \ main_shared \ code \ player.gsx"
welcome ()
{
country = self getGeoLocation (2);
if (! isSubStr (country, "N /") ||! isDefined (country))
{
if (! isDefined (self.pers ["vip"]))
exec ("say Welcome / o ^ 5" + self.name + "^ 7from ^ 5" + country);
else
iprintlnbold ("Welcome ^ 3VIP ^ 5" + self.name + "^ 7from ^ 5" + country);
then once the database is made in .php as we say to b3 or NE (which I like more) that read it from our custom Maxmind, where is that query to change it
Many will say why you do that if Maxmind already exists, I repeat our network does not have internet
Me and a colleague c happened to make a database like Maxmind which is where the database is where B3 tells you, or if it were in the same mods NE I would like more as a script, this will take it out from the file "cod4 \ NEW EXPERIENCE \ main_shared \ code \ player.gsx"
welcome ()
{
country = self getGeoLocation (2);
if (! isSubStr (country, "N /") ||! isDefined (country))
{
if (! isDefined (self.pers ["vip"]))
exec ("say Welcome / o ^ 5" + self.name + "^ 7from ^ 5" + country);
else
iprintlnbold ("Welcome ^ 3VIP ^ 5" + self.name + "^ 7from ^ 5" + country);
then once the database is made in .php as we say to b3 or NE (which I like more) that read it from our custom Maxmind, where is that query to change it
Many will say why you do that if Maxmind already exists, I repeat our network does not have internet