ufo in console and writing a ufo script
-
I want to add a ufo function in the little gsc script im making, but I cant find/make one that I like as much and works as well as the ufo function that the pluto team has implemented into the in-game console.
Is there any way I can make use of the one that the team has made, in my script.
As in copying the code or calling on it.
Thanks! -
I want to add a ufo function in the little gsc script im making, but I cant find/make one that I like as much and works as well as the ufo function that the pluto team has implemented into the in-game console.
Is there any way I can make use of the one that the team has made, in my script.
As in copying the code or calling on it.
Thanks!cmp GSC can't execute arbitrary commands on players so it isn't possible to do this.
-
cmp GSC can't execute arbitrary commands on players so it isn't possible to do this.
JezuzLizard
But is the ufo function, that the team has built into the console, a gsc script?
If it is... could I essentially copy that script and use it in my script.And if it isnt then could you please tell me what it is and how it works, thanks!
-
JezuzLizard
But is the ufo function, that the team has built into the console, a gsc script?
If it is... could I essentially copy that script and use it in my script.And if it isnt then could you please tell me what it is and how it works, thanks!
cmp It isn't a GSC script, and it is proprietary Plutonium code so it cannot be shared.
The best thing you can do is make a server plugin that adds a GSC function that calls the ufo command on a player.
-
cmp It isn't a GSC script, and it is proprietary Plutonium code so it cannot be shared.
The best thing you can do is make a server plugin that adds a GSC function that calls the ufo command on a player.
JezuzLizard ah okay well thanks for taking the time to explain, ill just work on polishing my script.