@@ -32,7 +32,7 @@ public ref class ScriptHookVDotNet
staticvoidHelp()
{
console->PrintInfo("~c~--- Help ---");
console->PrintInfo("The console accepts C# expressions as input and has full access to the scripting API. To print the result of an expression, simply add \"return\" in front of it.");
console->PrintInfo("The console accepts ~h~C# expressions~h~ as input and has full access to the scripting API. To print the result of an expression, simply add \"return\" in front of it.");
console->PrintInfo("You can use \"P\" as a shortcut for the player character and \"V\" for the current vehicle (without the quotes).");
console->PrintInfo("Example: \"return P.IsInVehicle()\" will print a boolean value indicating whether the player is currently sitting in a vehicle to the console.");