Reputation Activity
-
TitanSloth reacted to LtFlash in Adding the coordsTomorrow I'll update CoordSaverV, new features allow to customize the output. You will be able to save coords to a text file as SpawnPoint constructors and paste them directly to your code.
-
TitanSloth got a reaction from XF75 in LSIA Callouts Pack Request/Suggestion!I would love to give it a try, I will work on it in my free time, cause I am really busy with school as well, but I'll definitely give it a try!
-
TitanSloth got a reaction from FtDLulz in How to make an INI file in Code?Thank You!
-
TitanSloth reacted to FtDLulz in How do I change the colour of a blip?Just to make sure, you're initializing the blip like this, right?:
Blip suspectBlip = new Blip(suspect); OR suspectBlip = suspect.AttachBlip(); suspectBlip.Color = Color.Blue;If you want to send me your OnCalloutAccepted code in a PM, I could try and spot the error for you.
-
TitanSloth got a reaction from Albo1125 in How to make an INI file in Code?I was also wondering, how do I make an INI file for my callout plugin? What code do I need to make an INI file?