PDA

View Full Version : Self itempickup



zajcev
21st March 2019, 17:49
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.

maxdamage99
22nd March 2019, 06:59
if I understand you correctly, do you want to prohibit the raising of weapons when you are invisible?!:p


self setmodel("invis");
self itempickup(false);

wait 15; //or some calculation invis time

self setmodel(old_model); //visible model
self itempickup(true);