@rwwpl. I'm not able to use that method as the plugin is required. I have to yield the script from getting that far. I wish the wiki was available.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuMultiPlayer
variable.local MultiPlayer = "GTA"
try {
// HashTables can be found
if ("HashTable" in getroottable()) {
print("Liberty Unleashed");
MultiPlayer = "Liberty Unleashed";
}
// VCMP here
}
catch (e) {
print("Fucked");
}
//----------------------------------------------
I need a vcmp detect so I can use the same scrip in GTA Connected as well.