Is there a known Issue with the boost commands? I tried to change them and now none of the boost commands is working
customCommand boostCommand(@chatSystem, "boost", customCommand_boost);
void customCommand_boost(chatMessage@ cmsg)
{
cmsg.privateGameCommand.boostCurrentTruck(10);
}
// Extra...