Author Topic: i got a question (beginner scripter)  (Read 807 times)

0 Members and 1 Guest are viewing this topic.

indigosays

  • First Post
  • *
  • Posts: 1
    • View Profile
i got a question (beginner scripter)
« on: July 09, 2012, 04:14:28 am »
since
Code: [Select]

addWeaponCargo [_x,100]
addMagazineCargo [_x,100]
has been blacklisted by battle eye i wanted to know if u do something like
Code: [Select]
_crate = _this select 0;
test = addMagazineCargo;

_crate test ["M14_EP1", 100];
would that bypass it or would it still be detected?
and sorry if this is a noob question =/
[The Indigo]

Temo

  • Relentless Teamkiller
  • **
  • Posts: 93
    • View Profile
Re: i got a question (beginner scripter)
« Reply #1 on: July 09, 2012, 05:17:47 pm »
still detect u

use format

dinatus

  • Intentional Cheater
  • **
  • Posts: 31
    • View Profile
Re: i got a question (beginner scripter)
« Reply #2 on: July 10, 2012, 04:43:21 am »
still detect u

use format

call compile will be still detected

Temo

  • Relentless Teamkiller
  • **
  • Posts: 93
    • View Profile
Re: i got a question (beginner scripter)
« Reply #3 on: July 10, 2012, 05:05:14 am »
still detect u

use format

call compile will be still detected

sorry im not up to date with script detections :/