Results 1 to 2 of 2

Thread: Self itempickup

  1. #1
    Private
    Join Date
    Mar 2019
    Posts
    14
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Self itempickup

    Ola,
    could you help me with the main script for forced time invisibility using function self itempickup, please?
    I only know how to start the script, turn on and off this function, nothings more.
    Thank you.

  2. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    if I understand you correctly, do you want to prohibit the raising of weapons when you are invisible?!
    PHP Code:
    self setmodel("invis");
    self itempickup(false);

    wait 15//or some calculation invis time

    self setmodel(old_model); //visible model
    self itempickup(true); 
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •