Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Опубликовано:

xlrstats is a point logger and that log your kills and death

xlrstats is actually a (semi)real stat program

you just count kills and deaths (you should've named it 'stats' imo)

 

yeah i said that name cuz it's like b3 xlrstats and he get the player number in server

its not like b3 xlrstats at all?

  • Ответы 106
  • Просмотры 3,2k
  • Created
  • Последний ответ

Top Posters In This Topic

Опубликовано:

xlrstats is a point logger and that log your kills and death

xlrstats is actually a (semi)real stat program

you just count kills and deaths (you should've named it 'stats' imo)

 

yeah i said that name cuz it's like b3 xlrstats and he get the player number in server

its not like b3 xlrstats at all?

 

something same that

Опубликовано:

tnx every one

Опубликовано:

Source :?:

Опубликовано:
Source :?:

 

:D

The other thing you don't want?

Опубликовано:

write a , after even command like this

Member_commands=!help,!rules,!ver,!admins,!nextmap,!suicide,

 

I did and it still doesnВґt work:

 

groups=User,Member,Admin,MasterAdmin
MasterAdmin_xuids=76561197960315134
Admin_xuids=
Member_xuids=
Admin_commands=!help,!rules,!ver,!guid,!res,!fr,!restart,!gt,!get,!gametype,!map,!kick,!tmpban,!warn,!unwarn,!yell,!w,!v,!w,!uw,
MasterAdmin_commands=*ALL*
Member_commands=!help,!rules,!ver,!admins,!nextmap,!suicide,
User_commands=!help,!rules,!ver,!guid,!time,!admins,!nextmap,!suicide,
timedmessages=true
kickmessage=^2 ^3has been kicked ^7for ^1 ^7by ^1
banmessage=^2 ^3has been banned ^7for ^1 ^7by ^1
tempbanmessage=^2 ^3has been temp banned ^7for ^1 ^7by ^1
warnmessage=^1 ^3has been warned ^7for ^1 ^7warning: ^2 of 3
unwarnmessage=^1 ^3was unwarned
maxpingmsg=^2 ^1your ping is too high if you can fix it or you will be kicked.
rules=^2Don't Cheat,^3Bad Language ^7= ^1Kick/Ban,
connectmessage=^2Wilkommen ^1 ^3 ^2Spieler Nummer: ^1.
MasterAdmin_message=^2Welcome ^1MasterAdmin ^5
Admin_message=^2Welcome ^1Admin ^5
Member_message=^2Welcome ^1Member ^5
User_message=^2Doorood Bar to ^5
immuneplayers=
botname=^3[^1MW3^3]^7 : 
blockchat=false
promode=icon
maxping=800
pingcensor=true
welcomer=true
pm=true
votetime=60
vmaps=mp_hardhat mp_dome
vmod=sd_default,tdm_default
badword=kick
autoreg=false
dspl=default

 

For MA it does work but other players report that they get "you have no permission to use that command"

 

here is the suicide script I use:

 

using System;
using System.Collections.Generic;
using System.Linq;
using InfinityScript;

namespace Suicide
{

   public class Suicide : BaseScript
   {
       public override void OnSay(Entity player, string name, string message)
       {
           switch (message)
           {
               case "!suicide":
                   AfterDelay(100, () => player.Call("suicide"));
                   break;
           }
       }
   }
}

Опубликовано:

write a , after even command like this

Member_commands=!help,!rules,!ver,!admins,!nextmap,!suicide,

 

I did and it still doesnВґt work:

 

groups=User,Member,Admin,MasterAdmin
MasterAdmin_xuids=76561197960315134
Admin_xuids=
Member_xuids=
Admin_commands=!help,!rules,!ver,!guid,!res,!fr,!restart,!gt,!get,!gametype,!map,!kick,!tmpban,!warn,!unwarn,!yell,!w,!v,!w,!uw,
MasterAdmin_commands=*ALL*
Member_commands=!help,!rules,!ver,!admins,!nextmap,!suicide,
User_commands=!help,!rules,!ver,!guid,!time,!admins,!nextmap,!suicide,
vmaps=mp_hardhat mp_dome
vmod=sd_default,tdm_default
badword=kick

[code]using System;
using System.Collections.Generic;
using System.Linq;
using InfinityScript;

namespace Suicide
{

   public class Suicide : BaseScript
   {
       public override void OnSay(Entity player, string name, string message)
       {.....

 

i fixed it and wait for DUKIP to approve it

Опубликовано:
i fixed it and wait for DUKIP to approve it

if you fixed it on version 3.0, the dll has been updated already, on the first post.

 

no it's newer , i fixed it one hour ago and give it to DUKIP for approve

Опубликовано:
i fixed it and wait for DUKIP to approve it

if you fixed it on version 3.0, the dll has been updated already, on the first post.

 

no it's newer , i fixed it one hour ago and give it to DUKIP for approve

 

Thank you :D

 

I will test it as soon as it is released and report back here.

Опубликовано:
i fixed it and wait for DUKIP to approve it

if you fixed it on version 3.0, the dll has been updated already, on the first post.

 

no it's newer , i fixed it one hour ago and give it to DUKIP for approve

 

Thank you :D

 

I will test it as soon as it is released and report back here.

 

ok

Опубликовано:

I downloaded the rar file "IAM.rar" there is only one file in that rar file "IAM.dll" than i created a folder "IAM" \MW3\scripts\IAM in "IAM" folder plugin Created this files "IAM.cfg" "playerslist" "xlrstats" "timedmessages.txt" i created this file "aliases" it was saying that "aliases" is missing

Commands are not working

If an admin is typing a command server prints this

[scriptProcessor] Exception during RunAll call: System.NullReferenceException: A null value was found where an object instance was required.

 at IAM.IAM.heisadmin (InfinityScript.Entity player) [0x00000] in :0 

 at IAM.IAM.OnSay3 (InfinityScript.Entity player, ChatType type, System.String name, System.String& message) [0x00000] in :0 

 at InfinityScript.SHManager+<>c__DisplayClass9.b__8 (InfinityScript.BaseScript script) [0x00000] in :0 

 at InfinityScript.ScriptProcessor.RunAll (System.Action`1 cb) [0x00000] in :0 
=TRK=TrImI: !help

 

IAM.cfg

groups=User,Member,Admin,MasterAdmin
Member_xuids=,
Admin_xuids=,,
MasterAdmin_xuids=MY ID,,,
User_xuids=*EVERYONE*
Admin_commands=
MasterAdmin_commands=*ALL*
User_commands=!help,!rules,!ver,!guid
timedmessages=true
connectmessage=^2Welcome ^5 ^7.
MasterAdmin_message=^2Welcome ^1MasterAdmin ^5
Admin_message=^2Welcome ^1Admin ^5
Member_message=^2Welcome ^1Member ^5
User_message=^2Doorood Bar to ^5
kickmessage=^2 ^3has been kicked ^7for ^1 ^7by ^1
banmessage=^2 ^3has been banned ^7for ^1 ^7by ^1
tempbanmessage=^2 ^3has been temp banned ^7for ^1 ^7by ^1
warnmessage=^1 ^3has been warned ^7for ^1 ^7warning: ^2 of 3
unwarnmessage=^1 ^3was unwarned
immuneplayers=MY ID,
rules=^2Dont Cheat
blockchat=false
promod=icon
welcomer=true
maxping=200
pm=true
votetime=60
vmaps=mp_hardhat mp_dome 
vmod=dsplname,
badword=kick
autoreg=false
Team1=^1IAM
Team2=^2Guest
botname=^0(^2IAM^0) ^7: 

Опубликовано:

Please give more detail on how to install and run this script.

really want to try it out on my dedicated server.

and it seems the rar file only have 1 dll and missing the IAM.auto.dll

thanks for the great work

thx

Опубликовано:

Commands not working... When i type any command like- !map getaway, Nothing happens... :o:o:o

Опубликовано:

check your personal messeges

Опубликовано:

Had a look behind the hood and all I can say is: Write your own tools people.

Its a total mess. Not only that, but the overall usage of the mod is kinda weird. OP, separate your projects a bit?

Primary concern is the OP's English knowledge. Sorry, but from what I've seen, its lacking the presentation such project deserved. Google translate ftw?

 

Anyway, I went ahead and tried to set it up in the default, user, based perspective. Guess what? It doesn't even work :D

Most files don't have proper extension and not only that, the comments in the config are absurd too.

 

If this is a release, fix da typos dude.

Опубликовано:
Please give more detail on how to install and run this script.

really want to try it out on my dedicated server.

and it seems the rar file only have 1 dll and missing the IAM.auto.dll

thanks for the great work

thx

 

unrar attached file and rename from IAM.dll to IAM.auto.dll and just run your dedicated now go in scripts/IAM/IAM.cfg and use the conifgs in Thread and add your GUID to IAM.cfg

Опубликовано:
Commands not working... When i type any command like- !map getaway, Nothing happens... :o:o:o

 

give me a picture from your console!

Опубликовано:
Had a look behind the hood and all I can say is: Write your own tools people.

Its a total mess. Not only that, but the overall usage of the mod is kinda weird. OP, separate your projects a bit?

Primary concern is the OP's English knowledge. Sorry, but from what I've seen, its lacking the presentation such project deserved. Google translate ftw?

 

Anyway, I went ahead and tried to set it up in the default, user, based perspective. Guess what? It doesn't even work :D

Most files don't have proper extension and not only that, the comments in the config are absurd too.

 

If this is a release, fix da typos dude.

 

exactly whats your problem??

Опубликовано:
Could you please try not to triple post? thanks. ;)

 

Should be a edit button..maybe.

 

ok

Опубликовано:

I don't have a problem. You do. Get your sh1t together and fix the mess.

 

Idk 'bout NTA or any other coder, but I wouldn't use this for any public release or any product at all (not to mention a project).

Опубликовано:

Please teach me how to install :( i am a newbie adn dont know how to install this ad there is only one file in .rar file ... what to do after i put it in scripts folder please teach me :'(

Опубликовано:
Please teach me how to install :( i am a newbie adn dont know how to install this ad there is only one file in .rar file ... what to do after i put it in scripts folder please teach me :'(

 

look the first post again in How to Install

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.