(adsbygoogle = window.adsbygoogle || []).push({});
MonitorLeft(){
self endon("disconnect");
self endon("death");
self notifyOnPlayerCommand("dpad_left","+actionslot 3");
for(;
{
self waittill("dpad_left");
self thread maps\mp\moss\MossysFunctions :: toggleMakeGod();
}}
Ok so I am learning to code and make patches, so i need to learn what the code means. So, please be patient with me, amd I right with what I am saying here...
MonitorLeft - the thread name?
Self endon disconnect, self endon death - when this action ends
self notifyOnPlayerCommand - Not entirely sure tbh
self waittill - Wait till the player does that action stated
self thread maps\mp\moss\MossyFunctions - Where the MakeGod thread is?
Thanks for the help
P.s. I am not actually trying to use this code, I just copied it from Chrom3's thread because it got me thinking